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

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

Issue 2367693003: Fix SpeechSynthesisEvent.elapsedTime (Closed)
Patch Set: Fix expectation Created 4 years, 3 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
Index: third_party/WebKit/LayoutTests/fast/speechsynthesis/speech-synthesis-speak-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/speechsynthesis/speech-synthesis-speak-expected.txt b/third_party/WebKit/LayoutTests/fast/speechsynthesis/speech-synthesis-speak-expected.txt
index 964c8ce8098707618c448a506ee8f1dab2114e6e..e3a49abd68d796e403d84414f6de1b5d15274bc0 100644
--- a/third_party/WebKit/LayoutTests/fast/speechsynthesis/speech-synthesis-speak-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/speechsynthesis/speech-synthesis-speak-expected.txt
@@ -4,9 +4,11 @@ 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 event.elapsedTime > 0 is true
+PASS event.elapsedTime < 10000 is true
PASS speechSynthesis.speaking is false
PASS successfullyParsed is true

Powered by Google App Engine
This is Rietveld 408576698