| OLD | NEW |
| 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 |
| OLD | NEW |