blob: b80ee9033ccef8cfcc7f3784e7d0628de897e39d [file] [log] [blame]
<html>
<body onUnload="document.myForm.submit()">
<script>
if (window.layoutTestController) {
layoutTestController.dumpAsText();
layoutTestController.waitUntilDone();
}
window.setTimeout("location.href=location.href", 0); // cheap way to force an unload
</script>
<p>This is just a dummy page that loads the next page to see if we crash.</p>
<form name="myForm" action="resources/onunload-form-submit-crash2.html"></form>
</body>
<html>