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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 Test getting an exception when calling start() in the Speech JavaScript API 1 Test getting an exception when calling start() in the Speech JavaScript API
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS 'webkitSpeechRecognition' in self is true 6 PASS 'webkitSpeechRecognition' in self is true
7 PASS webkitSpeechRecognition == null is false 7 PASS webkitSpeechRecognition == null is false
8 8
9 doubleStart(): 9 doubleStart():
10 window.r = new webkitSpeechRecognition() 10 window.r = new webkitSpeechRecognition()
11 PASS r.start() did not throw exception. 11 PASS r.start() did not throw exception.
12 PASS r.start() threw exception Error: InvalidStateError: DOM Exception 11. 12 PASS r.start() threw exception InvalidStateError: An attempt was made to use an object that is not, or is no longer, usable..
13 onstart 13 onstart
14 PASS r.start() threw exception Error: InvalidStateError: DOM Exception 11. 14 PASS r.start() threw exception InvalidStateError: An attempt was made to use an object that is not, or is no longer, usable..
15 onaudiostart 15 onaudiostart
16 PASS r.start() threw exception Error: InvalidStateError: DOM Exception 11. 16 PASS r.start() threw exception InvalidStateError: An attempt was made to use an object that is not, or is no longer, usable..
17 onsoundstart 17 onsoundstart
18 PASS r.start() threw exception Error: InvalidStateError: DOM Exception 11. 18 PASS r.start() threw exception InvalidStateError: An attempt was made to use an object that is not, or is no longer, usable..
19 onspeechstart 19 onspeechstart
20 PASS r.start() threw exception Error: InvalidStateError: DOM Exception 11. 20 PASS r.start() threw exception InvalidStateError: An attempt was made to use an object that is not, or is no longer, usable..
21 onnomatch 21 onnomatch
22 PASS r.start() threw exception Error: InvalidStateError: DOM Exception 11. 22 PASS r.start() threw exception InvalidStateError: An attempt was made to use an object that is not, or is no longer, usable..
23 onspeechend 23 onspeechend
24 PASS r.start() threw exception Error: InvalidStateError: DOM Exception 11. 24 PASS r.start() threw exception InvalidStateError: An attempt was made to use an object that is not, or is no longer, usable..
25 onsoundend 25 onsoundend
26 PASS r.start() threw exception Error: InvalidStateError: DOM Exception 11. 26 PASS r.start() threw exception InvalidStateError: An attempt was made to use an object that is not, or is no longer, usable..
27 onaudioend 27 onaudioend
28 PASS r.start() threw exception Error: InvalidStateError: DOM Exception 11. 28 PASS r.start() threw exception InvalidStateError: An attempt was made to use an object that is not, or is no longer, usable..
29 onend 29 onend
30 PASS r.start() did not throw exception. 30 PASS r.start() did not throw exception.
31 r.abort() 31 r.abort()
32 onend 32 onend
33 PASS successfullyParsed is true 33 PASS successfullyParsed is true
34 34
35 TEST COMPLETE 35 TEST COMPLETE
36 36
OLDNEW
« 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