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

Unified Diff: LayoutTests/plugins/get-url-with-javascript-destroying-plugin.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/get-url-with-javascript-destroying-plugin.html
diff --git a/LayoutTests/plugins/get-url-with-javascript-destroying-plugin.html b/LayoutTests/plugins/get-url-with-javascript-destroying-plugin.html
index d2047406451a24952e6b66b3610edde7bff2a71a..ff07f530380ff70e7f67b50822ab7be7f93aee5f 100644
--- a/LayoutTests/plugins/get-url-with-javascript-destroying-plugin.html
+++ b/LayoutTests/plugins/get-url-with-javascript-destroying-plugin.html
@@ -15,5 +15,5 @@ if (window.testRunner) {
</script>
<body>
<embed id="plugin" type="application/x-webkit-test-netscape" test="get-url-with-javascript-url-destroying-plugin" width=100 height=100></embed>
-<p id="description">This tests that evaluating JS that calls NPN_GetURL to evaluate a javascript: URL that destroys the plug-in doesn't crash.</p>
+<p id="description">This tests that evaluating JS that calls NPN_GetURL to evaluate a javascript: URL that destroys the plugin doesn't crash.</p>
<div id="console">FAILURE</div>

Powered by Google App Engine
This is Rietveld 408576698