blob: 43a83b06c7d0a70a12ac72fbb49170894922ded0 [file] [log] [blame]
<script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.waitUntilDone();
}
window.onbeforeunload = function() {
alert("FAIL: This prompt should have been ignored.");
}
setTimeout(function() { window.location = "resources/prompt-landing-page.html" }, 0);
</script>