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