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

Side by Side Diff: LayoutTests/plugins/destroy-stream-twice.html

Issue 1005223002: Blink: Replace all "plug-in" with "plugin". (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Revert netscape-dom-access tests. 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
OLDNEW
1 <head> 1 <head>
2 <script src="../resources/js-test.js"></script> 2 <script src="../resources/js-test.js"></script>
3 </head> 3 </head>
4 <body> 4 <body>
5 <script> 5 <script>
6 function main() 6 function main()
7 { 7 {
8 if (!window.testRunner) { 8 if (!window.testRunner) {
9 debug("This test can only run from within DumpRenderTree because it requ ires TestNetscapePlugin.\n"); 9 debug("This test can only run from within DumpRenderTree because it requ ires TestNetscapePlugin.\n");
10 return; 10 return;
(...skipping 20 matching lines...) Expand all
31 } 31 }
32 </script> 32 </script>
33 <embed id="plugin" 33 <embed id="plugin"
34 type="application/x-webkit-test-netscape" 34 type="application/x-webkit-test-netscape"
35 src="data:text/plain," 35 src="data:text/plain,"
36 style="width:0; height:0" 36 style="width:0; height:0"
37 onstreamload="setTimeout(runTest, 0);"> 37 onstreamload="setTimeout(runTest, 0);">
38 </embed> 38 </embed>
39 39
40 <script> 40 <script>
41 description("Test for http://bugs.webkit.org/show_bug.cgi?id=13203: REGRESSION: Repro crash in -[WebBaseNetscapePluginView(WebNPPCallbacks) destroyStream:reason :] navigating away from page with DivX movie plug-in"); 41 description("Test for http://bugs.webkit.org/show_bug.cgi?id=13203: REGRESSION: Repro crash in -[WebBaseNetscapePluginView(WebNPPCallbacks) destroyStream:reason :] navigating away from page with DivX movie plugin");
42 42
43 43
44 </script> 44 </script>
OLDNEW
« no previous file with comments | « LayoutTests/plugins/destroy-on-setwindow-expected.txt ('k') | LayoutTests/plugins/destroy-stream-twice-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698