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

Side by Side Diff: LayoutTests/fast/speechsynthesis/speech-synthesis-speak-multiple-expected.txt

Issue 884973003: Extend PlatformSpeechSynthesizerMock with an utterance queue. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: minor test tidying Created 5 years, 10 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 unified diff | Download patch
OLDNEW
(Empty)
1 This tests that multiple speak utterances are handled in sequence.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS speechSynthesis.speaking is false
7 PASS event.elapsedTime > 0 is true
8 PASS speechSynthesis.speaking is true
9 PASS count is >= i
10 PASS event.elapsedTime > 0 is true
11 PASS speechSynthesis.speaking is true
12 PASS event.elapsedTime > 0 is true
13 PASS speechSynthesis.speaking is true
14 PASS count is >= i
15 PASS event.elapsedTime > 0 is true
16 PASS speechSynthesis.speaking is true
17 PASS event.elapsedTime > 0 is true
18 PASS speechSynthesis.speaking is true
19 PASS count is >= i
20 PASS event.elapsedTime > 0 is true
21 PASS speechSynthesis.speaking is true
22 PASS successfullyParsed is true
23
24 TEST COMPLETE
25
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698