blob: a5f29d9cd979aaacec630cc4cdae4394fca0011b [file] [log] [blame]
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