Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(81)

Side by Side Diff: LayoutTests/fast/loader/onunload-form-submit-crash.html

Issue 23406003: Fix race in fast/loader/onunload-form-submit-crash.html. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <html> 1 <html>
2 <body onUnload="document.myForm.submit()"> 2 <body onUnload="document.myForm.submit()">
3 <p>This is just a dummy page that loads the next page to see if we crash .</p>
4 <form name="myForm" action="resources/onunload-form-submit-crash2.html"> </form>
3 <script> 5 <script>
4 if (window.testRunner) { 6 if (window.testRunner) {
5 testRunner.dumpAsText(); 7 testRunner.dumpAsText();
6 testRunner.waitUntilDone(); 8 testRunner.waitUntilDone();
7 } 9 }
8 10
9 window.setTimeout("location.href='resources/onunload-form-submit-suc cess.html'", 0); 11 window.setTimeout("location.href='resources/onunload-form-submit-suc cess.html'", 0);
10 </script> 12 </script>
11 <p>This is just a dummy page that loads the next page to see if we crash .</p>
12 <form name="myForm" action="resources/onunload-form-submit-crash2.html"> </form>
13 </body> 13 </body>
14 <html> 14 <html>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698