Verify that events are received corretly when start and stop recognition normally. | |
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". | |
PASS recognition = new webkitSpeechRecognition(); did not throw exception. | |
PASS recognition.start() did not throw exception. | |
Received start event | |
Received audiostart event | |
PASS recognition.stop() did not throw exception. | |
Received audioend event | |
Received end event | |
PASS successfullyParsed is true | |
TEST COMPLETE | |