| OLD | NEW |
| 1 Tests the basics of the Speech JavaScript API | 1 Tests the basics of 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 PASS speechReco == null is false | 8 PASS speechReco == null is false |
| 9 PASS 'grammars' in speechReco is true | 9 PASS 'grammars' in speechReco is true |
| 10 PASS speechReco.grammars == null is false | 10 PASS speechReco.grammars == null is false |
| (...skipping 15 matching lines...) Expand all Loading... |
| 26 PASS 'onnomatch' in speechReco is true | 26 PASS 'onnomatch' in speechReco is true |
| 27 PASS 'onerror' in speechReco is true | 27 PASS 'onerror' in speechReco is true |
| 28 PASS 'onstart' in speechReco is true | 28 PASS 'onstart' in speechReco is true |
| 29 PASS 'onend' in speechReco is true | 29 PASS 'onend' in speechReco is true |
| 30 PASS 'addEventListener' in speechReco is true | 30 PASS 'addEventListener' in speechReco is true |
| 31 PASS 'removeEventListener' in speechReco is true | 31 PASS 'removeEventListener' in speechReco is true |
| 32 PASS 'dispatchEvent' in speechReco is true | 32 PASS 'dispatchEvent' in speechReco is true |
| 33 PASS speechReco.lang is '' | 33 PASS speechReco.lang is '' |
| 34 PASS speechReco.continuous is false | 34 PASS speechReco.continuous is false |
| 35 PASS speechReco.maxAlternatives is 1 | 35 PASS speechReco.maxAlternatives is 1 |
| 36 PASS successfullyParsed is true |
| 36 | 37 |
| 38 TEST COMPLETE |
| 39 |
| OLD | NEW |