blob: 0f6620ba2c71928b743e00985f31ae30f3376802 [file] [log] [blame]
<html>
<head>
<script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.dumpChildFramesAsText();
testRunner.waitUntilDone();
}
</script>
</head>
<body>
<p>
This test checks the origin referrer policy when navigating from an insecure
URL to another insecure URL. The test passes if the printed referrer is
http://127.0.0.1:8000
</p>
<iframe src="http://127.0.0.1:8000/security/resources/referrer-policy-start.html?origin"></iframe>
</body>
</html>