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

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

Issue 8777002: Chrome Frame test fixes for Vista/IE7. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: whitespace fix 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
Index: chrome_frame/test/data/navigateurl_relative_host.html
diff --git a/chrome_frame/test/data/navigateurl_relative_host.html b/chrome_frame/test/data/navigateurl_relative_host.html
index 06ec63e91c6d2b45489d2c79fae98098fff237a1..f27451d2f848de665ccbd8845ef8ec03991d784e 100644
--- a/chrome_frame/test/data/navigateurl_relative_host.html
+++ b/chrome_frame/test/data/navigateurl_relative_host.html
@@ -43,15 +43,19 @@
<div id="statusPanel" style="border: 1px solid red; width: 100%">
Test running....
</div>
- <object id="ChromeFrame" width="500" height="500"
- codebase="http://www.google.com"
- classid="CLSID:E0A900DF-9611-4446-86BD-4B1D47E7DB2A">
- <param name="onload" value="return OnChromeFrameLoaded();">
- <embed id="ChromeFramePlugin" width="500" height="500"
- name="ChromeFrame" onload="return OnChromeFrameLoaded();"
- type="application/chromeframe">
- </embed>
- </OBJECT>
+ <span id="ChromeFrameSpan"></span>
+ <script type="text/javascript">
+insertControl("ChromeFrameSpan",
+' <object id="ChromeFrame" width="500" height="500"' +
+' codebase="http://www.google.com"' +
+' classid="CLSID:E0A900DF-9611-4446-86BD-4B1D47E7DB2A">' +
+' <param name="onload" value="return OnChromeFrameLoaded();">' +
+' <embed id="ChromeFramePlugin" width="500" height="500"' +
+' name="ChromeFrame" onload="return OnChromeFrameLoaded();"' +
+' type="application/chromeframe">' +
+' </embed>' +
+' </OBJECT>');
+ </script>
<br />
<br />

Powered by Google App Engine
This is Rietveld 408576698