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

Unified Diff: LayoutTests/plugins/clicking-missing-plugin-fires-delegate.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/clicking-missing-plugin-fires-delegate.html
diff --git a/LayoutTests/plugins/clicking-missing-plugin-fires-delegate.html b/LayoutTests/plugins/clicking-missing-plugin-fires-delegate.html
index 8fd81cdce88ccf305c5eddef0f4c491056003fdd..b730e5c13d0935d89497f794c1c4c3fc9652504a 100644
--- a/LayoutTests/plugins/clicking-missing-plugin-fires-delegate.html
+++ b/LayoutTests/plugins/clicking-missing-plugin-fires-delegate.html
@@ -1,7 +1,7 @@
<html>
<body>
<embed name="plg" type="application/x-non-existent" width=200 height=200></embed>
-<p>This test checks if the missing plug-in button can be clicked. This is a test for <a href="https://bugs.webkit.org/show_bug.cgi?id=41721">Bug 41721</a>.</p>
+<p>This test checks if the missing plugin button can be clicked. This is a test for <a href="https://bugs.webkit.org/show_bug.cgi?id=41721">Bug 41721</a>.</p>
<script>
if (!window.testRunner) {

Powered by Google App Engine
This is Rietveld 408576698