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

Unified Diff: third_party/WebKit/LayoutTests/fast/forms/form-submission-crash.html

Issue 2416033002: Fixed the behaviour of form submit to match the standard: no submit is taken place when the form is… (Closed)
Patch Set: Modified layout tests for the new behaviour Created 4 years, 2 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 | third_party/WebKit/LayoutTests/fast/forms/form-submission-crash-successful-submit-button.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fast/forms/form-submission-crash.html
diff --git a/third_party/WebKit/LayoutTests/fast/forms/form-submission-crash.html b/third_party/WebKit/LayoutTests/fast/forms/form-submission-crash.html
index b8b42b3390f354aee5d0e5c6f34cdbab47b8f8bb..b361f675741d20531cf71e4da503581648c11410 100644
--- a/third_party/WebKit/LayoutTests/fast/forms/form-submission-crash.html
+++ b/third_party/WebKit/LayoutTests/fast/forms/form-submission-crash.html
@@ -13,6 +13,7 @@ function start() {
form1.addEventListener('submit', handleSubmit, false);
form1.action = 'javascript:gc()';
form1.appendChild(submit1);
+ document.body.appendChild(form1);
submit1.click();
testPassed('if not crashed.');
finishJSTest();
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/forms/form-submission-crash-successful-submit-button.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698