blob: 0104947becc11f95af73a111e332516bd5776d8a [file] [log] [blame]
<html>
<head>
<script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.dumpChildFrames();
testRunner.waitUntilDone();
}
</script>
</head>
<body>
<p>
This test checks the origin referrer policy when navigating from a secure URL
to an insecure URL. The test passes if the printed referrer is
https://127.0.0.1:8443
</p>
<iframe src="https://127.0.0.1:8443/security/resources/referrer-policy-start.html?origin-when-cross-origin"></iframe>
</body>
</html>