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

Unified Diff: LayoutTests/plugins/resources/resize-from-plugin-frame.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/resources/resize-from-plugin-frame.html
diff --git a/LayoutTests/plugins/resources/resize-from-plugin-frame.html b/LayoutTests/plugins/resources/resize-from-plugin-frame.html
index 3d3a9c5e2bcfc8126a33c7baa247092827d3b438..a9bafc7cd75d335dab12cfd8987cd9477a6d99f7 100644
--- a/LayoutTests/plugins/resources/resize-from-plugin-frame.html
+++ b/LayoutTests/plugins/resources/resize-from-plugin-frame.html
@@ -1,7 +1,7 @@
<html>
<body>
<embed name="plg" type="application/x-webkit-test-netscape" width="100px" height="100px">
-<p>Test for NPP_SetWindow calls sent while a plug-in resizes itself.</p>
+<p>Test for NPP_SetWindow calls sent while a plugin resizes itself.</p>
<pre id=result></pre>
<script>
if (window.testRunner) {
@@ -20,7 +20,7 @@ function test()
try {
plg.resizeTo(200, 200);
document.getElementById("result").innerHTML = plg.lastSetWindowArguments
- + "\nHeight and width should equal 200, and the plug-in size should not change on scroll.";
+ + "\nHeight and width should equal 200, and the plugin size should not change on scroll.";
} catch (ex) {
alert("Exception: " + ex.description + ". Test plugin was not found");
}
@@ -33,7 +33,7 @@ if (window.eventSender) {
eventSender.mouseDown();
eventSender.mouseUp();
} else
- document.getElementById("result").innerHTML = "Please click the plug-in square above.\n&nbsp;";
+ document.getElementById("result").innerHTML = "Please click the plugin square above.\n&nbsp;";
</script>
<div style="visibility:hidden;height:5000px"></div>

Powered by Google App Engine
This is Rietveld 408576698