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

Unified Diff: LayoutTests/http/tests/plugins/local-geturl-from-remote.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/http/tests/plugins/local-geturl-from-remote.html
diff --git a/LayoutTests/http/tests/plugins/local-geturl-from-remote.html b/LayoutTests/http/tests/plugins/local-geturl-from-remote.html
index 83d7215b41d89135ca3d5411c48d6567b9cfc9af..d90c5f914ed0a76379021e82021abef46c471382 100644
--- a/LayoutTests/http/tests/plugins/local-geturl-from-remote.html
+++ b/LayoutTests/http/tests/plugins/local-geturl-from-remote.html
@@ -29,7 +29,7 @@ function runTest()
</script>
</head>
<body onload="runTest()">
-<div>This tests that a plug-in in a remote document can't access local files using NPN_GetURL</div>
+<div>This tests that a plugin in a remote document can't access local files using NPN_GetURL</div>
<embed name="plg" type="application/x-webkit-test-netscape"></embed>
<div id="result">FAILURE</div>
</body>

Powered by Google App Engine
This is Rietveld 408576698