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

Unified Diff: LayoutTests/plugins/npruntime/set-property.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/set-property.html
diff --git a/LayoutTests/plugins/npruntime/set-property.html b/LayoutTests/plugins/npruntime/set-property.html
index 73dea3dbb4016c938573ad2a269de99ede11998e..7ff9fb9634cc91a4078a34c0252728c7b4422287 100644
--- a/LayoutTests/plugins/npruntime/set-property.html
+++ b/LayoutTests/plugins/npruntime/set-property.html
@@ -8,8 +8,8 @@ REGRESSION (r48492): Gmail voice and video chat doesn't work</i>.</p>
plg.eventLoggingEnabled = true;
document.getElementById("result").innerText = plg.eventLoggingEnabled
- ? "PASS: Successfully set a plug-in's property"
- : "FAIL: Failed to set a plug-in's property";
+ ? "PASS: Successfully set a plugin's property"
+ : "FAIL: Failed to set a plugin's property";
plg.eventLoggingEnabled = false;
</script>

Powered by Google App Engine
This is Rietveld 408576698