<html> | |
<head> | |
<script> | |
if (window.testRunner) { | |
testRunner.dumpAsText(); | |
testRunner.dumpChildFramesAsText(); | |
testRunner.waitUntilDone(); | |
} | |
</script> | |
</head> | |
<body> | |
<p> | |
This test navigates a frame by clicking on a link with rel=noreferrer. | |
It passes, if the referrer is empty, even though the referrer policy is | |
set to always. | |
</p> | |
<iframe src="http://127.0.0.1:8000/security/resources/rel-noreferrer.html"></iframe> | |
</body> | |
</html> |