blob: cd917c0f9dd1beb77c70aee544a7d470e0036055 [file] [log] [blame]
<script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.waitUntilDone();
}
onload = function() {
history.replaceState(null, null, "/foo");
sessionStorage.expectedReferrer = location.href;
location = "/navigation/resources/check-referrer.html";
}
</script>