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

Unified Diff: ManualTests/nested-plugins.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
« no previous file with comments | « ManualTests/nested-plug-ins.html ('k') | ManualTests/plug-in-mutates-NSView-hierarchy-during-resize.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ManualTests/nested-plugins.html
diff --git a/ManualTests/nested-plug-ins.html b/ManualTests/nested-plugins.html
similarity index 95%
rename from ManualTests/nested-plug-ins.html
rename to ManualTests/nested-plugins.html
index 20a11fa65de2b687976aae2055ead4d04a01bf68..d1cd95320ec59df92da2fd329b7a3a3ff00c69ed 100644
--- a/ManualTests/nested-plug-ins.html
+++ b/ManualTests/nested-plugins.html
@@ -37,9 +37,9 @@
<input type="checkbox" checked="true" onclick="toggleVisibility(document.getElementById('middle').contentDocument.getElementById('inner'))"> Inner frame visibility
</td>
<td>
- <input type="checkbox" checked="true" onclick="toggleVisibility(document.getElementById('middle').contentDocument.getElementById('inner').contentDocument.getElementById('plugin'))"> Inner plug-in visibility
+ <input type="checkbox" checked="true" onclick="toggleVisibility(document.getElementById('middle').contentDocument.getElementById('inner').contentDocument.getElementById('plugin'))"> Inner plugin visibility
</td>
</tr>
</table>
-<iframe id="middle" style="height: 400px; width: 400px;" src="resources/nested-plug-ins-outer-frame.html"></iframe>
+<iframe id="middle" style="height: 400px; width: 400px;" src="resources/nested-plugins-outer-frame.html"></iframe>
« no previous file with comments | « ManualTests/nested-plug-ins.html ('k') | ManualTests/plug-in-mutates-NSView-hierarchy-during-resize.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698