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

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

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
« no previous file with comments | « no previous file | LayoutTests/fast/speech/scripted/speechrecognition-detached-no-crash-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE HTML> 1 <!DOCTYPE HTML>
2 <html> 2 <html>
3 <head> 3 <head>
4 <script src="../../../resources/js-test.js"></script> 4 <script src="../../../resources/js-test.js"></script>
5 </head> 5 </head>
6 <body> 6 <body>
7 <script> 7 <script>
8 description("Accessing SpeechRecognition on a detached window should not crash." ); 8 description("Accessing SpeechRecognition on a detached window should not crash." );
9 9
10 window.jsTestIsAsync = true; 10 window.jsTestIsAsync = true;
(...skipping 24 matching lines...) Expand all
35 shouldBeUndefined("recognition.abort()"); 35 shouldBeUndefined("recognition.abort()");
36 finishJSTest(); 36 finishJSTest();
37 } 37 }
38 } 38 }
39 39
40 w = window.open('../../../resources/window-postmessage-open-close.html'); 40 w = window.open('../../../resources/window-postmessage-open-close.html');
41 window.addEventListener("message", processMessage, false); 41 window.addEventListener("message", processMessage, false);
42 </script> 42 </script>
43 </body> 43 </body>
44 </html> 44 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/speech/scripted/speechrecognition-detached-no-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698