blob: cc03244556cb3bb77d7b104abae095093bc8bf3f [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 a cross-origin 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-crossorigin.html?origin-when-cross-origin"></iframe>
</body>
</html>