Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / speech / scripted / speechrecognition-detached-no-crash-expected.txt
blob6a33473b834616e0a5af3e535109a53f01f77386
1 Accessing SpeechRecognition on a detached window should not crash.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS recognition.start() is undefined.
7 PASS recognition.stop() is undefined.
8 PASS recognition.abort() is undefined.
9 PASS recognition = new constructor() did not throw exception.
10 PASS recognition.start() is undefined.
11 PASS recognition.stop() is undefined.
12 PASS recognition.abort() is undefined.
13 PASS successfullyParsed is true
15 TEST COMPLETE