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

Unified Diff: third_party/WebKit/LayoutTests/fast/speechsynthesis/speech-synthesis-speak-multiple-expected.txt

Issue 2540623002: Fix speech-synthesis-speak-multiple.html flakiness. (Closed)
Patch Set: Created 4 years, 1 month 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 | « third_party/WebKit/LayoutTests/fast/speechsynthesis/speech-synthesis-speak-multiple.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fast/speechsynthesis/speech-synthesis-speak-multiple-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/speechsynthesis/speech-synthesis-speak-multiple-expected.txt b/third_party/WebKit/LayoutTests/fast/speechsynthesis/speech-synthesis-speak-multiple-expected.txt
index bc7adfbf843dcf9b4cdacbad92ac1d4da1c37a90..2330294f0cc5e2dec31d565eab9c4b0d981d44d3 100644
--- a/third_party/WebKit/LayoutTests/fast/speechsynthesis/speech-synthesis-speak-multiple-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/speechsynthesis/speech-synthesis-speak-multiple-expected.txt
@@ -4,20 +4,26 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
PASS speechSynthesis.speaking is false
-PASS event.elapsedTime > 0 is true
+PASS event.elapsedTime >= 0 is true
+PASS event.elapsedTime < 1000 is true
PASS speechSynthesis.speaking is true
PASS count is >= i
PASS event.elapsedTime > 0 is true
+PASS event.elapsedTime < 10000 is true
PASS speechSynthesis.speaking is true
-PASS event.elapsedTime > 0 is true
+PASS event.elapsedTime >= 0 is true
+PASS event.elapsedTime < 1000 is true
PASS speechSynthesis.speaking is true
PASS count is >= i
PASS event.elapsedTime > 0 is true
+PASS event.elapsedTime < 10000 is true
PASS speechSynthesis.speaking is true
-PASS event.elapsedTime > 0 is true
+PASS event.elapsedTime >= 0 is true
+PASS event.elapsedTime < 1000 is true
PASS speechSynthesis.speaking is true
PASS count is >= i
PASS event.elapsedTime > 0 is true
+PASS event.elapsedTime < 10000 is true
PASS speechSynthesis.speaking is true
PASS successfullyParsed is true
« no previous file with comments | « third_party/WebKit/LayoutTests/fast/speechsynthesis/speech-synthesis-speak-multiple.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698