Upstream version 10.38.222.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / http / tests / ssl / referer-303.html
1 <body>
2 <a href="redir.php">Click me.<a/> The resulting request (as dumped on screen) should not have a Referer header.
3 <script>
4 if (window.testRunner) {
5     testRunner.dumpAsText();
6     testRunner.waitUntilDone();
7 }
8
9 if (location.protocol != "https:")
10     location = "https://127.0.0.1:8443/ssl/referer-303.html";
11 else
12     location = "resources/referer-303-redir.php";
13 </script>
14 </body>