blob: e2b41f817b4be70e6a6fa5772684db1f6d2d1c21 [file] [log] [blame]
<script>
addEventListener("unload", function() {
window.location = "javascript:alert('FAIL')";
}, false);
</script>
<script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.waitUntilDone();
}
window.location = "resources/pass-and-notify-done.html";
</script>