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 |
- |
+ |
+ |
+ |