OLD | NEW |
| (Empty) |
1 This tests the constructor for the SpeechRecognitionError DOM class. | |
2 | |
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | |
4 | |
5 | |
6 FAIL new webkitSpeechRecognitionError('eventType').bubbles should be false. Thre
w exception ReferenceError: Can't find variable: webkitSpeechRecognitionError | |
7 FAIL new webkitSpeechRecognitionError('eventType').cancelable should be false. T
hrew exception ReferenceError: Can't find variable: webkitSpeechRecognitionError | |
8 FAIL new webkitSpeechRecognitionError('eventType').error should be . Threw excep
tion ReferenceError: Can't find variable: webkitSpeechRecognitionError | |
9 FAIL new webkitSpeechRecognitionError('eventType').message should be . Threw exc
eption ReferenceError: Can't find variable: webkitSpeechRecognitionError | |
10 FAIL new webkitSpeechRecognitionError('eventType', { bubbles: false }).bubbles s
hould be false. Threw exception ReferenceError: Can't find variable: webkitSpeec
hRecognitionError | |
11 FAIL new webkitSpeechRecognitionError('eventType', { bubbles: true }).bubbles sh
ould be true. Threw exception ReferenceError: Can't find variable: webkitSpeechR
ecognitionError | |
12 FAIL new webkitSpeechRecognitionError('eventType', { cancelable: false }).cancel
able should be false. Threw exception ReferenceError: Can't find variable: webki
tSpeechRecognitionError | |
13 FAIL new webkitSpeechRecognitionError('eventType', { cancelable: true }).cancela
ble should be true. Threw exception ReferenceError: Can't find variable: webkitS
peechRecognitionError | |
14 FAIL new webkitSpeechRecognitionError('eventType', { error: 'bar' }).error shoul
d be bar. Threw exception ReferenceError: Can't find variable: webkitSpeechRecog
nitionError | |
15 FAIL new webkitSpeechRecognitionError('eventType', { message: 'foo' }).message s
hould be foo. Threw exception ReferenceError: Can't find variable: webkitSpeechR
ecognitionError | |
16 | |
OLD | NEW |