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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« 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