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