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

Unified Diff: LayoutTests/http/tests/security/mixedContent/empty-url-plugin-in-frame.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/security/mixedContent/empty-url-plugin-in-frame.html
diff --git a/LayoutTests/http/tests/security/mixedContent/empty-url-plugin-in-frame.html b/LayoutTests/http/tests/security/mixedContent/empty-url-plugin-in-frame.html
index 1231396f68465ddf2d9fa5ff7a745c024d134400..a4a532455f1065b06292d4645aaa5473b29bb9f5 100644
--- a/LayoutTests/http/tests/security/mixedContent/empty-url-plugin-in-frame.html
+++ b/LayoutTests/http/tests/security/mixedContent/empty-url-plugin-in-frame.html
@@ -5,7 +5,7 @@ if (window.testRunner)
testRunner.dumpAsText();
</script>
<p>This test loads a secure iframe that loads a plugin without a URL. We should
-*not* get a mixed content callback because the plug-in cannot be controlled by
+*not* get a mixed content callback because the plugin cannot be controlled by
an active network attacker.</p>
<iframe src="https://127.0.0.1:8443/security/mixedContent/resources/frame-with-empty-url-plugin.html"></iframe>
</body>

Powered by Google App Engine
This is Rietveld 408576698