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