blob: b952fe610f3db5844181c1e09ed0cab6c5e1fddc [file] [log] [blame]
<script>
addEventListener("unload", function() {
document.getElementById("fm").submit();
}, false);
</script>
<form id="fm" action="resources/fail-and-notify-done.html" method="POST"></form>
<script>
if (window.layoutTestController) {
layoutTestController.dumpAsText();
layoutTestController.waitUntilDone();
}
window.location = "resources/pass-and-notify-done.html";
</script>