Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(337)

Unified Diff: LayoutTests/fast/speech/scripted/start-exception-expected.txt

Issue 16818023: DOMException toString is not correct (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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()
« no previous file with comments | « LayoutTests/fast/speech/scripted/start-exception.html ('k') | LayoutTests/fast/workers/shared-worker-shared-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698