blob: 630c637eaf9cf9d9a4350a0cf0e93c9186920df9 [file] [log] [blame]
Test Speech JavaScript API errors
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS 'webkitSpeechRecognition' in self is true
PASS webkitSpeechRecognition == null is false
notAllowedTest():
onerror
PASS count is 0
PASS event.error is "not-allowed"
PASS event.message is "not allowed"
PASS event.type is "error"
onend
PASS count is 1
PASS successfullyParsed is true
TEST COMPLETE