Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / speechsynthesis / speech-synthesis-pause-resume-expected.txt
blob7889aa1619095a3fa9a735de63240b1b0a02fb7f
1 This tests that pausing/resuming speech jobs works as expected.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 On pause event received.
7 PASS speechSynthesis.paused is true
8 PASS speechSynthesis.speaking is true
9 On resume event received.
10 PASS speechSynthesis.paused is false
11 PASS speechSynthesis.speaking is true
12 On end event received.
13 PASS speechSynthesis.paused is false
14 PASS speechSynthesis.speaking is false
15 PASS successfullyParsed is true
17 TEST COMPLETE