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

Unified Diff: LayoutTests/fast/forms/form-submission-cancelable-expected.txt

Issue 177683004: Don't delay submit in onsubmit event handler (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Updated to latest master Created 6 years, 9 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
Index: LayoutTests/fast/forms/form-submission-cancelable-expected.txt
diff --git a/LayoutTests/ietestcenter/Javascript/15.12.3-8-a-5-expected.txt b/LayoutTests/fast/forms/form-submission-cancelable-expected.txt
similarity index 51%
copy from LayoutTests/ietestcenter/Javascript/15.12.3-8-a-5-expected.txt
copy to LayoutTests/fast/forms/form-submission-cancelable-expected.txt
index 24b5273a07935d5f8337306f7b06d6bb61e5d4f5..44adfc31323b6b5d2f4e9cd39b1421cff304a8a2 100644
--- a/LayoutTests/ietestcenter/Javascript/15.12.3-8-a-5-expected.txt
+++ b/LayoutTests/fast/forms/form-submission-cancelable-expected.txt
@@ -1,11 +1,13 @@
-15.12.3-8-a-5 (TestCases/chapter15/15.12/15.12.3/15.12.3-8-a-5.js) JSON.stringify treats non-Number or String object space arguments the same as a missing space argument.
+Test that form submit within onsubmit event handlers are not delayed and sends the form data when invoked
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS ES5Harness.preconditionPassed is true
-PASS ES5Harness.testPassed is true
+PASS event.target.contentWindow.location.search is "?query=AAA"
+PASS event.target.contentWindow.location.search is "?query1=BBB"
PASS successfullyParsed is true
TEST COMPLETE
-
+
+
+

Powered by Google App Engine
This is Rietveld 408576698