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

Side by Side Diff: LayoutTests/fast/speech/scripted/speechrecognition-detached-no-crash-expected.txt

Issue 1002453004: Merge 190993 "Detach SpeechRecognitionController upon page detach." (Closed) Base URL: svn://svn.chromium.org/blink/branches/chromium/2272/
Patch Set: Created 5 years, 9 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 main frame - has 1 onunload handler(s) 1 main frame - has 1 onunload handler(s)
2 Accessing SpeechRecognition on a detached window should not crash. 2 Accessing SpeechRecognition on a detached window should not crash.
3 3
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
5 5
6 6
7 PASS recognition.start() is undefined. 7 PASS recognition.start() is undefined.
8 PASS recognition.stop() is undefined. 8 PASS recognition.stop() is undefined.
9 PASS recognition.abort() is undefined. 9 PASS recognition.abort() is undefined.
10 PASS recognition = new constructor() did not throw exception. 10 PASS recognition = new constructor() did not throw exception.
11 PASS recognition.start() is undefined. 11 PASS recognition.start() is undefined.
12 PASS recognition.stop() is undefined. 12 PASS recognition.stop() is undefined.
13 PASS recognition.abort() is undefined. 13 PASS recognition.abort() is undefined.
14 PASS successfullyParsed is true 14 PASS successfullyParsed is true
15 15
16 TEST COMPLETE 16 TEST COMPLETE
17 17
OLDNEW
« no previous file with comments | « LayoutTests/fast/speech/scripted/speechrecognition-detached-no-crash.html ('k') | Source/modules/speech/SpeechRecognition.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698