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

Unified Diff: LayoutTests/plugins/npruntime/object-from-destroyed-plugin-in-subframe.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/object-from-destroyed-plugin-in-subframe.html
diff --git a/LayoutTests/plugins/npruntime/object-from-destroyed-plugin-in-subframe.html b/LayoutTests/plugins/npruntime/object-from-destroyed-plugin-in-subframe.html
index aea9bf05748c59f5ba5aa6257e5d1793be67c70e..019b39fe5158f213571186272cb7b675c23fabb9 100644
--- a/LayoutTests/plugins/npruntime/object-from-destroyed-plugin-in-subframe.html
+++ b/LayoutTests/plugins/npruntime/object-from-destroyed-plugin-in-subframe.html
@@ -11,7 +11,7 @@ function runTest() {
var plugin = subframe.contentWindow.document.getElementById('plugin');
- // Get a reference to the plug-in test object.
+ // Get a reference to the plugin test object.
testObject = plugin.testObject;
plugin.evaluate('window.top.subframe.parentNode.removeChild(window.top.subframe)')
@@ -30,6 +30,6 @@ function runTest() {
<div id="console"></div>
<script>
-description("Test various operation on an NPObject whose plug-in (that lives in a subframe) has been destroyed");
+description("Test various operation on an NPObject whose plugin (that lives in a subframe) has been destroyed");
</script>

Powered by Google App Engine
This is Rietveld 408576698