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

Unified Diff: ManualTests/resources/nested-plugins-outer-frame.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/resources/nested-plugins-inner-frame.html ('k') | Source/bindings/core/v8/V8Binding.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ManualTests/resources/nested-plugins-outer-frame.html
diff --git a/ManualTests/resources/nested-plug-ins-outer-frame.html b/ManualTests/resources/nested-plugins-outer-frame.html
similarity index 78%
rename from ManualTests/resources/nested-plug-ins-outer-frame.html
rename to ManualTests/resources/nested-plugins-outer-frame.html
index c447d165ed680605b1cb6a6b51aaa64c4252458c..ea8cbd9a993368c3dafd5d2dc7122febb38e3f7d 100644
--- a/ManualTests/resources/nested-plug-ins-outer-frame.html
+++ b/ManualTests/resources/nested-plugins-outer-frame.html
@@ -1,3 +1,3 @@
<embed id="plugin" width='100' height='100' src='spinbox.swf' wmode='window'>
<br>
-<iframe style="height: 200px; width: 200px;" id='inner' src='nested-plug-ins-inner-frame.html'></iframe>
+<iframe style="height: 200px; width: 200px;" id='inner' src='nested-plugins-inner-frame.html'></iframe>
« no previous file with comments | « ManualTests/resources/nested-plugins-inner-frame.html ('k') | Source/bindings/core/v8/V8Binding.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698