blob: 711749aa679d1d6a7230fdd2dbab7c724bc44be7 [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 a secure URL to
an insecure URL. The test passes if the printed referrer is empty.
</p>
<iframe src="https://127.0.0.1:8443/security/resources/referrer-policy-start.html?never"></iframe>
</body>
</html>