blob: 6a33473b834616e0a5af3e535109a53f01f77386 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
Accessing SpeechRecognition on a detached window should not crash.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS recognition.start() is undefined.
PASS recognition.stop() is undefined.
PASS recognition.abort() is undefined.
PASS recognition = new constructor() did not throw exception.
PASS recognition.start() is undefined.
PASS recognition.stop() is undefined.
PASS recognition.abort() is undefined.
PASS successfullyParsed is true
TEST COMPLETE
|