Index: LayoutTests/fast/forms/form-submission-cancelable-expected.txt |
diff --git a/LayoutTests/fast/forms/form-submission-cancelable-expected.txt b/LayoutTests/fast/forms/form-submission-cancelable-expected.txt |
index 44adfc31323b6b5d2f4e9cd39b1421cff304a8a2..5cd93e6cec405c92142bfe684dae6b435b4237b1 100644 |
--- a/LayoutTests/fast/forms/form-submission-cancelable-expected.txt |
+++ b/LayoutTests/fast/forms/form-submission-cancelable-expected.txt |
@@ -3,8 +3,7 @@ Test that form submit within onsubmit event handlers are not delayed and sends t |
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
-PASS event.target.contentWindow.location.search is "?query=AAA" |
-PASS event.target.contentWindow.location.search is "?query1=BBB" |
+PASS Both query events received, with correct values: AAA and BBB |
PASS successfullyParsed is true |
TEST COMPLETE |