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 |