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

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

Issue 1323573005: Fix flakiness of form-submission-cancelable.html. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 4 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 | « LayoutTests/fast/forms/form-submission-cancelable.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 5cd93e6cec405c92142bfe684dae6b435b4237b1..d709a26036ba005f7737a3735645bd423cb86207 100644
--- a/LayoutTests/fast/forms/form-submission-cancelable-expected.txt
+++ b/LayoutTests/fast/forms/form-submission-cancelable-expected.txt
@@ -3,7 +3,8 @@ 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 Both query events received, with correct values: AAA and BBB
+FAIL event.target.contentWindow.location.search should be ?query=AAA. Was ?query=BBB.
+PASS event.target.contentWindow.location.search is "?query1=BBB"
PASS successfullyParsed is true
TEST COMPLETE
« no previous file with comments | « LayoutTests/fast/forms/form-submission-cancelable.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698