OLD | NEW |
1 Test getting an exception when calling start() in the Speech JavaScript API | 1 Test getting an exception when calling start() in the Speech JavaScript API |
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 'webkitSpeechRecognition' in self is true | 6 PASS 'webkitSpeechRecognition' in self is true |
7 PASS webkitSpeechRecognition == null is false | 7 PASS webkitSpeechRecognition == null is false |
8 | 8 |
9 doubleStart(): | 9 doubleStart(): |
10 window.r = new webkitSpeechRecognition() | 10 window.r = new webkitSpeechRecognition() |
11 PASS r.start() did not throw exception. | 11 PASS r.start() did not throw exception. |
12 PASS r.start() threw exception Error: InvalidStateError: DOM Exception 11. | 12 PASS r.start() threw exception InvalidStateError: An attempt was made to use an
object that is not, or is no longer, usable.. |
13 onstart | 13 onstart |
14 PASS r.start() threw exception Error: InvalidStateError: DOM Exception 11. | 14 PASS r.start() threw exception InvalidStateError: An attempt was made to use an
object that is not, or is no longer, usable.. |
15 onaudiostart | 15 onaudiostart |
16 PASS r.start() threw exception Error: InvalidStateError: DOM Exception 11. | 16 PASS r.start() threw exception InvalidStateError: An attempt was made to use an
object that is not, or is no longer, usable.. |
17 onsoundstart | 17 onsoundstart |
18 PASS r.start() threw exception Error: InvalidStateError: DOM Exception 11. | 18 PASS r.start() threw exception InvalidStateError: An attempt was made to use an
object that is not, or is no longer, usable.. |
19 onspeechstart | 19 onspeechstart |
20 PASS r.start() threw exception Error: InvalidStateError: DOM Exception 11. | 20 PASS r.start() threw exception InvalidStateError: An attempt was made to use an
object that is not, or is no longer, usable.. |
21 onnomatch | 21 onnomatch |
22 PASS r.start() threw exception Error: InvalidStateError: DOM Exception 11. | 22 PASS r.start() threw exception InvalidStateError: An attempt was made to use an
object that is not, or is no longer, usable.. |
23 onspeechend | 23 onspeechend |
24 PASS r.start() threw exception Error: InvalidStateError: DOM Exception 11. | 24 PASS r.start() threw exception InvalidStateError: An attempt was made to use an
object that is not, or is no longer, usable.. |
25 onsoundend | 25 onsoundend |
26 PASS r.start() threw exception Error: InvalidStateError: DOM Exception 11. | 26 PASS r.start() threw exception InvalidStateError: An attempt was made to use an
object that is not, or is no longer, usable.. |
27 onaudioend | 27 onaudioend |
28 PASS r.start() threw exception Error: InvalidStateError: DOM Exception 11. | 28 PASS r.start() threw exception InvalidStateError: An attempt was made to use an
object that is not, or is no longer, usable.. |
29 onend | 29 onend |
30 PASS r.start() did not throw exception. | 30 PASS r.start() did not throw exception. |
31 r.abort() | 31 r.abort() |
32 onend | 32 onend |
33 PASS successfullyParsed is true | 33 PASS successfullyParsed is true |
34 | 34 |
35 TEST COMPLETE | 35 TEST COMPLETE |
36 | 36 |
OLD | NEW |