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

Side by Side Diff: LayoutTests/webaudio/resources/scriptprocessornode-detached-no-crash-new-window.html

Issue 398573005: Gracefully handle ScriptProcessorNode event processing when detached. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Tidy test Created 6 years, 5 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
« no previous file with comments | « no previous file | LayoutTests/webaudio/scriptprocessornode-detached-no-crash.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <html> 1 <html>
2 <body onunload="opener.postMessage('closed', '*');"> 2 <body onunload="opener.postMessage('closed', '*');">
3 <script> 3 <script>
4 opener.postMessage("opened", "*"); 4 opener.postMessage("opened", "*");
5 </script> 5 </script>
6 </body> 6 </body>
7 </html> 7 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/webaudio/scriptprocessornode-detached-no-crash.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698