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

Unified Diff: LayoutTests/plugins/plugin-javascript-access.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/plugin-javascript-access.html
diff --git a/LayoutTests/plugins/plugin-javascript-access.html b/LayoutTests/plugins/plugin-javascript-access.html
index 496af1ff9a0fbb7341499efa5f149f489523083f..e83fc66547a7a5ef036472e67ea9de6ae1ff30cb 100644
--- a/LayoutTests/plugins/plugin-javascript-access.html
+++ b/LayoutTests/plugins/plugin-javascript-access.html
@@ -1,14 +1,14 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
- <title>Installed Plug-ins</title>
+ <title>Installed Plugins</title>
</head>
<body>
<script type="application/x-javascript">
if (window.testRunner)
testRunner.dumpAsText()
-navigator.plugins.refresh(false); // Supposedly helps if new plug-ins were added.
+navigator.plugins.refresh(false); // Supposedly helps if new plugins were added.
var foundTestPlugin = false;
« no previous file with comments | « LayoutTests/plugins/plugin-initiate-popup-window.html ('k') | LayoutTests/plugins/resize-from-plugin-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698