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

Side by Side Diff: LayoutTests/plugins/missing-plugin.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 <html> 1 <html>
2 <head> 2 <head>
3 <script> 3 <script>
4 if (window.testRunner) 4 if (window.testRunner)
5 testRunner.dumpAsText(); 5 testRunner.dumpAsText();
6 </script> 6 </script>
7 </head> 7 </head>
8 <body> 8 <body>
9 <embed type="application/x-webkit-test-netscape"></embed> 9 <embed type="application/x-webkit-test-netscape"></embed>
10 <embed type="application/x-non-existent"></embed> 10 <embed type="application/x-non-existent"></embed>
11 <p> 11 <p>
12 This tests that a missing plug-in does not cause an assertion failure. 12 This tests that a missing plugin does not cause an assertion failure.
13 <a href="http://webkit.org/b/41900">Bug 41900</a> 13 <a href="http://webkit.org/b/41900">Bug 41900</a>
14 </p> 14 </p>
15 </body> 15 </body>
16 </html> 16 </html>
OLDNEW
« no previous file with comments | « LayoutTests/plugins/keyboard-events.html ('k') | LayoutTests/plugins/missing-plugin-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698