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

Unified Diff: LayoutTests/plugins/js-from-destroy.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/js-from-destroy.html
diff --git a/LayoutTests/plugins/js-from-destroy.html b/LayoutTests/plugins/js-from-destroy.html
index 45b6df7df6dc47167fbff676346218431060412b..a730518cfcab33ca3ed370e80c618449dafdbfa2 100644
--- a/LayoutTests/plugins/js-from-destroy.html
+++ b/LayoutTests/plugins/js-from-destroy.html
@@ -8,7 +8,7 @@ if (window.testRunner) {
function runtest()
{
- frames[0].document.getElementById("plg").foobar; // Force plug-in load.
+ frames[0].document.getElementById("plg").foobar; // Force plugin load.
location = "data:text/html,PASS if didn't crash." +
"<script>" +

Powered by Google App Engine
This is Rietveld 408576698