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