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