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.layoutTestController) { 5 layoutTestController.dumpAsText(); 6 layoutTestController.waitUntilDone(); 7 } 8 9 if (location.protocol != "https:") 10 location = "https://127.0.0.1:8443/ssl/referer-301.html"; 11 else 12 location = "resources/referer-301-redir.php"; 13 </script> 14 </body> 15