| <body> | |
| <a href="redir.py">Click me.<a/> The resulting request (as dumped on screen) should not have a Referer header. | |
| <script> | |
| if (window.testRunner) { | |
| testRunner.dumpAsText(); | |
| testRunner.waitUntilDone(); | |
| } | |
| if (location.protocol != "https:") | |
| location = "https://127.0.0.1:8443/ssl/referer-303.html"; | |
| else | |
| location = "resources/referer-303-redir.py"; | |
| </script> | |
| </body> |