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

Unified Diff: LayoutTests/plugins/npruntime/object-from-destroyed-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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/plugins/npruntime/object-from-destroyed-plugin.html
diff --git a/LayoutTests/plugins/npruntime/object-from-destroyed-plugin.html b/LayoutTests/plugins/npruntime/object-from-destroyed-plugin.html
index a3bd0c45bf0772b1113a0f969fda4336716a8690..180db42ed254789662daa67fee71ce96af519881 100644
--- a/LayoutTests/plugins/npruntime/object-from-destroyed-plugin.html
+++ b/LayoutTests/plugins/npruntime/object-from-destroyed-plugin.html
@@ -8,7 +8,7 @@ function runTest() {
// Get our test object.
testObject = plugin.testObject;
- // Now destroy the plug-in.
+ // Now destroy the plugin.
plugin.parentNode.removeChild(plugin);
// testObject is now a dangling object and every operation on it should throw.
@@ -24,6 +24,6 @@ function runTest() {
<div id="console"></div>
<script>
-description("Test various operation on an NPObject whose plug-in has been destroyed");
+description("Test various operation on an NPObject whose plugin has been destroyed");
</script>

Powered by Google App Engine
This is Rietveld 408576698