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

Side by Side 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 unified diff | Download patch
OLDNEW
1 15.12.3-8-a-5 (TestCases/chapter15/15.12/15.12.3/15.12.3-8-a-5.js) JSON.stringif y treats non-Number or String object space arguments the same as a missing space argument. 1 Test that form submit within onsubmit event handlers are not delayed and sends t he form data when invoked
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS ES5Harness.preconditionPassed is true 6 PASS event.target.contentWindow.location.search is "?query=AAA"
7 PASS ES5Harness.testPassed is true 7 PASS event.target.contentWindow.location.search is "?query1=BBB"
8 PASS successfullyParsed is true 8 PASS successfullyParsed is true
9 9
10 TEST COMPLETE 10 TEST COMPLETE
11 11
12
13
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698