Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / speech / scripted / speechrecognition-errors-expected.txt
blob630c637eaf9cf9d9a4350a0cf0e93c9186920df9
1 Test Speech JavaScript API errors
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS 'webkitSpeechRecognition' in self is true
7 PASS webkitSpeechRecognition == null is false
9 notAllowedTest():
10 onerror
11 PASS count is 0
12 PASS event.error is "not-allowed"
13 PASS event.message is "not allowed"
14 PASS event.type is "error"
15 onend
16 PASS count is 1
17 PASS successfullyParsed is true
19 TEST COMPLETE