OLD | NEW |
1 main frame - has 1 onunload handler(s) | |
2 Accessing SpeechRecognition on a detached window should not crash. | 1 Accessing SpeechRecognition on a detached window should not crash. |
3 | 2 |
4 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
". |
5 | 4 |
6 | 5 |
7 PASS recognition.start() is undefined. | 6 PASS recognition.start() is undefined. |
8 PASS recognition.stop() is undefined. | 7 PASS recognition.stop() is undefined. |
9 PASS recognition.abort() is undefined. | 8 PASS recognition.abort() is undefined. |
10 PASS recognition = new constructor() did not throw exception. | 9 PASS recognition = new constructor() did not throw exception. |
11 PASS recognition.start() is undefined. | 10 PASS recognition.start() is undefined. |
12 PASS recognition.stop() is undefined. | 11 PASS recognition.stop() is undefined. |
13 PASS recognition.abort() is undefined. | 12 PASS recognition.abort() is undefined. |
14 PASS successfullyParsed is true | 13 PASS successfullyParsed is true |
15 | 14 |
16 TEST COMPLETE | 15 TEST COMPLETE |
17 | 16 |
OLD | NEW |