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

Unified Diff: LayoutTests/plugins/netscape-dom-access-and-reload.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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/plugins/netscape-dom-access-and-reload.html
diff --git a/LayoutTests/plugins/netscape-dom-access-and-reload.html b/LayoutTests/plugins/netscape-dom-access-and-reload.html
index b56624092a5e59b2fd4f3ee5055150dcb60304a3..b5b77a9717eaee655cf240a5b4de23fb78ad4d31 100644
--- a/LayoutTests/plugins/netscape-dom-access-and-reload.html
+++ b/LayoutTests/plugins/netscape-dom-access-and-reload.html
@@ -46,7 +46,7 @@ function runTest()
</script>
</head>
<body onload="runTest();">
-<p>This page tests reloading a Netscape plug-in that accesses its own DOM element. See https://bugs.webkit.org/show_bug.cgi?id=80428, "HTMLPluginElement is not destroyed on reload or navigation if getNPObject is called".
+<p>This page tests reloading a Netscape plugin that accesses its own DOM element. See https://bugs.webkit.org/show_bug.cgi?id=80428, "HTMLPluginElement is not destroyed on reload or navigation if getNPObject is called".
If it succeeds, you should see SUCCESS below.
<embed id="testPlugin" type="application/x-webkit-test-netscape" width="200" height="200"></embed>

Powered by Google App Engine
This is Rietveld 408576698