blob: 630c637eaf9cf9d9a4350a0cf0e93c9186920df9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
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
|