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

Unified Diff: LayoutTests/plugins/destroy-on-setwindow.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/destroy-on-setwindow.html
diff --git a/LayoutTests/plugins/destroy-on-setwindow.html b/LayoutTests/plugins/destroy-on-setwindow.html
index 98614ae66cd910aa85696e68f6de72b87d3d1053..c8d1efc0b62e2f808ef568e2295b637c08b161f0 100644
--- a/LayoutTests/plugins/destroy-on-setwindow.html
+++ b/LayoutTests/plugins/destroy-on-setwindow.html
@@ -1,9 +1,9 @@
<p>
- Test that a plug-in that causes its Widget to be destroyed during setWindow does not cause a crash.
+ Test that a plugin that causes its Widget to be destroyed during setWindow does not cause a crash.
</p>
-<embed id="plug-in" type="application/x-webkit-test-netscape" onSetWindow="handleSetWindow()">
+<embed id="plugin" type="application/x-webkit-test-netscape" onSetWindow="handleSetWindow()">
<script>
- var plugIn = document.getElementById("plug-in");
+ var plugIn = document.getElementById("plugin");
var count = 0;
if (window.testRunner)

Powered by Google App Engine
This is Rietveld 408576698