| Index: LayoutTests/fast/loader/onunload-form-submit-crash.html
|
| diff --git a/LayoutTests/fast/loader/onunload-form-submit-crash.html b/LayoutTests/fast/loader/onunload-form-submit-crash.html
|
| index daf605a0d00a6930dc6ed43cfaea8d33fcf14446..fff237cf61abde32fac0234bd45c646d873e0891 100644
|
| --- a/LayoutTests/fast/loader/onunload-form-submit-crash.html
|
| +++ b/LayoutTests/fast/loader/onunload-form-submit-crash.html
|
| @@ -1,5 +1,7 @@
|
| <html>
|
| <body onUnload="document.myForm.submit()">
|
| + <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>
|
| <script>
|
| if (window.testRunner) {
|
| testRunner.dumpAsText();
|
| @@ -8,7 +10,5 @@
|
|
|
| window.setTimeout("location.href='resources/onunload-form-submit-success.html'", 0);
|
| </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>
|
|
|