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

Unified Diff: LayoutTests/plugins/npruntime/round-trip-npobject.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/npruntime/round-trip-npobject.html
diff --git a/LayoutTests/plugins/npruntime/round-trip-npobject.html b/LayoutTests/plugins/npruntime/round-trip-npobject.html
index d971ac7205f02a82484551164b852fdc8977d1ef..992cf89cfec32677c50f39b71fe0bc427bb97950 100644
--- a/LayoutTests/plugins/npruntime/round-trip-npobject.html
+++ b/LayoutTests/plugins/npruntime/round-trip-npobject.html
@@ -1,13 +1,13 @@
<body>
<p>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=35965">bug 35965</a>:
-Crash when passing an object returned from plug-in back to the plug-in.</p>
+Crash when passing an object returned from plugin back to the plugin.</p>
<p>PASS if no crash.</p>
-<embed id="plug-in" type="application/x-webkit-test-netscape" width=100 height=100></embed>
+<embed id="plugin" type="application/x-webkit-test-netscape" width=100 height=100></embed>
<script>
if (window.testRunner)
testRunner.dumpAsText();
- var plugIn = document.getElementById("plug-in");
+ var plugIn = document.getElementById("plugin");
plugIn.remember(plugIn.testObject);

Powered by Google App Engine
This is Rietveld 408576698