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

Unified Diff: LayoutTests/http/tests/plugins/resources/cross-frame-object-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/http/tests/plugins/resources/cross-frame-object-access.html
diff --git a/LayoutTests/http/tests/plugins/resources/cross-frame-object-access.html b/LayoutTests/http/tests/plugins/resources/cross-frame-object-access.html
index 4e468379e52f3027c8bc1ad460ea22f2ce96cefe..af4dba628900187d539560439e81b8d131b7c65c 100644
--- a/LayoutTests/http/tests/plugins/resources/cross-frame-object-access.html
+++ b/LayoutTests/http/tests/plugins/resources/cross-frame-object-access.html
@@ -81,7 +81,7 @@ function runTest() {
</head>
<body onload="runTest()">
<embed name="plugin" type="application/x-webkit-test-netscape"></embed>
-<div>This tests that plug-ins can access objects in other frames as allowed by the security model enforced in WebCore.</div>
+<div>This tests that plugins can access objects in other frames as allowed by the security model enforced in WebCore.</div>
<ul id="console">
</ul>
<div id="result">FAILURE</div>

Powered by Google App Engine
This is Rietveld 408576698