Index: chrome_frame/test/data/navigateurl_absolute_host.html |
diff --git a/chrome_frame/test/data/navigateurl_absolute_host.html b/chrome_frame/test/data/navigateurl_absolute_host.html |
index 03e1de22541039cc7dca0f030d73265f598da756..95cb6796f25f441aec060b02bf1c25926d27a1aa 100644 |
--- a/chrome_frame/test/data/navigateurl_absolute_host.html |
+++ b/chrome_frame/test/data/navigateurl_absolute_host.html |
@@ -46,15 +46,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 /> |