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