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