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

Unified Diff: LayoutTests/plugins/npp-new-fails.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/npp-new-fails.html
diff --git a/LayoutTests/plugins/npp-new-fails.html b/LayoutTests/plugins/npp-new-fails.html
index 68e80d5b27fa31fbca283421094f1cbaaf26ba7f..f02d069ee122d899aa5d5217f9816f115c2d2f17 100644
--- a/LayoutTests/plugins/npp-new-fails.html
+++ b/LayoutTests/plugins/npp-new-fails.html
@@ -10,7 +10,7 @@ function runTest()
{
var foo = document.getElementById("TestElement").someMadeUpBar;
- testPassed("Did not crash trying to access the plug-in script object.");
+ testPassed("Did not crash trying to access the plugin script object.");
if (window.testRunner)
testRunner.notifyDone();
@@ -26,5 +26,5 @@ function runTest()
</body>
<script>
-description("http://webkit.org/b/95026 - Tests that access to the plug-in script object after the plug-in fails to initialize doesn't crash");
+description("http://webkit.org/b/95026 - Tests that access to the plugin script object after the plugin fails to initialize doesn't crash");
</script>
« no previous file with comments | « LayoutTests/plugins/netscape-plugin-setwindow-size-expected.txt ('k') | LayoutTests/plugins/npp-new-fails-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698