| Index: LayoutTests/fast/speechsynthesis/speech-synthesis-pause-resume-expected.txt
|
| diff --git a/LayoutTests/fast/speechsynthesis/speech-synthesis-pause-resume-expected.txt b/LayoutTests/fast/speechsynthesis/speech-synthesis-pause-resume-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..7889aa1619095a3fa9a735de63240b1b0a02fb7f
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/speechsynthesis/speech-synthesis-pause-resume-expected.txt
|
| @@ -0,0 +1,18 @@
|
| +This tests that pausing/resuming speech jobs works as expected.
|
| +
|
| +On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
| +
|
| +
|
| +On pause event received.
|
| +PASS speechSynthesis.paused is true
|
| +PASS speechSynthesis.speaking is true
|
| +On resume event received.
|
| +PASS speechSynthesis.paused is false
|
| +PASS speechSynthesis.speaking is true
|
| +On end event received.
|
| +PASS speechSynthesis.paused is false
|
| +PASS speechSynthesis.speaking is false
|
| +PASS successfullyParsed is true
|
| +
|
| +TEST COMPLETE
|
| +
|
|
|