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