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

Unified Diff: LayoutTests/plugins/netscape-destroy-plugin-script-objects.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/netscape-destroy-plugin-script-objects.html
diff --git a/LayoutTests/plugins/netscape-destroy-plugin-script-objects.html b/LayoutTests/plugins/netscape-destroy-plugin-script-objects.html
index a25e9c160b547e52cca531783a5375d7677b3cc4..5ee495b51b68ed5b9e5e1941d56feebd87d67b95 100644
--- a/LayoutTests/plugins/netscape-destroy-plugin-script-objects.html
+++ b/LayoutTests/plugins/netscape-destroy-plugin-script-objects.html
@@ -33,7 +33,7 @@ function runTest()
</script>
<body onload="runTest();">
-This tests that accessing plug-in script objects from a destroyed plugin cause throws the right exceptions.
+This tests that accessing plugin script objects from a destroyed plugin cause throws the right exceptions.
<div id="result">FAILURE</div>
<embed id="testPlugin" type="application/x-webkit-test-netscape" width="200" height="200"></embed>
</body>

Powered by Google App Engine
This is Rietveld 408576698