1 Test basic interaction with the Speech JavaScript API
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS 'webkitSpeechRecognition' in self is true
7 PASS webkitSpeechRecognition == null is false
20 PASS event.emma is null
21 PASS event.interpretation is null
22 PASS event.results.length is 1
23 PASS event.results.item(-1) is null
24 PASS event.results[0].length is 1
25 PASS event.results[0].isFinal is true
26 PASS event.results[0].item(0).transcript is "hello, world"
27 PASS event.results[0].item(0).confidence is within 0.001 of 0.42
28 PASS event.results[0].item(-1) is null
49 PASS event.results is null
58 PASS successfullyParsed is true