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