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

Side by Side 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 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 This tests that multiple speak utterances are handled in sequence. 1 This tests that multiple speak utterances are handled in sequence.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS speechSynthesis.speaking is false 6 PASS speechSynthesis.speaking is false
7 PASS event.elapsedTime > 0 is true 7 PASS event.elapsedTime >= 0 is true
8 PASS event.elapsedTime < 1000 is true
8 PASS speechSynthesis.speaking is true 9 PASS speechSynthesis.speaking is true
9 PASS count is >= i 10 PASS count is >= i
10 PASS event.elapsedTime > 0 is true 11 PASS event.elapsedTime > 0 is true
12 PASS event.elapsedTime < 10000 is true
11 PASS speechSynthesis.speaking is true 13 PASS speechSynthesis.speaking is true
12 PASS event.elapsedTime > 0 is true 14 PASS event.elapsedTime >= 0 is true
15 PASS event.elapsedTime < 1000 is true
13 PASS speechSynthesis.speaking is true 16 PASS speechSynthesis.speaking is true
14 PASS count is >= i 17 PASS count is >= i
15 PASS event.elapsedTime > 0 is true 18 PASS event.elapsedTime > 0 is true
19 PASS event.elapsedTime < 10000 is true
16 PASS speechSynthesis.speaking is true 20 PASS speechSynthesis.speaking is true
17 PASS event.elapsedTime > 0 is true 21 PASS event.elapsedTime >= 0 is true
22 PASS event.elapsedTime < 1000 is true
18 PASS speechSynthesis.speaking is true 23 PASS speechSynthesis.speaking is true
19 PASS count is >= i 24 PASS count is >= i
20 PASS event.elapsedTime > 0 is true 25 PASS event.elapsedTime > 0 is true
26 PASS event.elapsedTime < 10000 is true
21 PASS speechSynthesis.speaking is true 27 PASS speechSynthesis.speaking is true
22 PASS successfullyParsed is true 28 PASS successfullyParsed is true
23 29
24 TEST COMPLETE 30 TEST COMPLETE
25 31
OLDNEW
« 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