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