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