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 7e3a09c37701295490ea8a0697c05e09d3f10c39..4b7d545b4baf8e2687e009a918b600d7aec1d0fe 100644 |
--- a/LayoutTests/fast/speech/scripted/start-exception-expected.txt |
+++ b/LayoutTests/fast/speech/scripted/start-exception-expected.txt |
@@ -9,23 +9,23 @@ PASS webkitSpeechRecognition == null is false |
doubleStart(): |
window.r = new webkitSpeechRecognition() |
PASS r.start() did not throw exception. |
-PASS r.start() threw exception Error: InvalidStateError: DOM Exception 11. |
+PASS r.start() threw exception InvalidStateError: An attempt was made to use an object that is not, or is no longer, usable.. |
onstart |
-PASS r.start() threw exception Error: InvalidStateError: DOM Exception 11. |
+PASS r.start() threw exception InvalidStateError: An attempt was made to use an object that is not, or is no longer, usable.. |
onaudiostart |
-PASS r.start() threw exception Error: InvalidStateError: DOM Exception 11. |
+PASS r.start() threw exception InvalidStateError: An attempt was made to use an object that is not, or is no longer, usable.. |
onsoundstart |
-PASS r.start() threw exception Error: InvalidStateError: DOM Exception 11. |
+PASS r.start() threw exception InvalidStateError: An attempt was made to use an object that is not, or is no longer, usable.. |
onspeechstart |
-PASS r.start() threw exception Error: InvalidStateError: DOM Exception 11. |
+PASS r.start() threw exception InvalidStateError: An attempt was made to use an object that is not, or is no longer, usable.. |
onnomatch |
-PASS r.start() threw exception Error: InvalidStateError: DOM Exception 11. |
+PASS r.start() threw exception InvalidStateError: An attempt was made to use an object that is not, or is no longer, usable.. |
onspeechend |
-PASS r.start() threw exception Error: InvalidStateError: DOM Exception 11. |
+PASS r.start() threw exception InvalidStateError: An attempt was made to use an object that is not, or is no longer, usable.. |
onsoundend |
-PASS r.start() threw exception Error: InvalidStateError: DOM Exception 11. |
+PASS r.start() threw exception InvalidStateError: An attempt was made to use an object that is not, or is no longer, usable.. |
onaudioend |
-PASS r.start() threw exception Error: InvalidStateError: DOM Exception 11. |
+PASS r.start() threw exception InvalidStateError: An attempt was made to use an object that is not, or is no longer, usable.. |
onend |
PASS r.start() did not throw exception. |
r.abort() |