| Index: LayoutTests/fast/speech/scripted/start-exception-expected.txt
|
| diff --git a/LayoutTests/fast/speech/scripted/start-exception-expected.txt b/LayoutTests/fast/speech/scripted/start-exception-expected.txt
|
| index 19342626a1946a06eaf8796890ca9656684ba095..4fc25b58782a50d6e4c5988c8484cdae7bc9f491 100644
|
| --- a/LayoutTests/fast/speech/scripted/start-exception-expected.txt
|
| +++ b/LayoutTests/fast/speech/scripted/start-exception-expected.txt
|
| @@ -30,6 +30,12 @@ onend
|
| PASS r.start() did not throw exception.
|
| r.abort()
|
| onend
|
| +
|
| +serviceURIInvalid():
|
| +window.r = new webkitSpeechRecognition()
|
| +r.serviceURI = 'blah'
|
| +PASS r.start() threw exception SyntaxError: Failed to execute 'start' on 'SpeechRecognition': serviceURI is neither empty nor a valid URL..
|
| +r.abort()
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|