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

Unified Diff: chrome_frame/test/data/version.html

Issue 8777002: Chrome Frame test fixes for Vista/IE7. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ToT sync Created 9 years 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 | « chrome_frame/test/data/src_property_host.html ('k') | chrome_frame/test/data/window_close.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/test/data/version.html
diff --git a/chrome_frame/test/data/version.html b/chrome_frame/test/data/version.html
index b585a6d15b16b75a5f5f32b23fb9616c3d5e9196..8c83529f5a23fbd07cc0b3465987a5f0773280b0 100644
--- a/chrome_frame/test/data/version.html
+++ b/chrome_frame/test/data/version.html
@@ -12,13 +12,10 @@
</head>
<body onload="onLoad();">
- <object id="ChromeFrame"
- codebase="http://www.google.com"
- classid="CLSID:E0A900DF-9611-4446-86BD-4B1D47E7DB2A">
- <embed id="ChromeFramePlugin" name="ChromeFrame"
- type="application/chromeframe"
- </embed>
- </object>
+ <span id="ChromeFrameSpan"></span>
+ <script type="text/javascript">
+insertControl("ChromeFrameSpan", { "width": null, "height": null });
+ </script>
<br>
<br>
<p>Test for Chrome frame version</p>
« no previous file with comments | « chrome_frame/test/data/src_property_host.html ('k') | chrome_frame/test/data/window_close.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698