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..f7cb55ccee1516d3cbd6b0c1411ad7a4a1f54554 100644 |
--- a/chrome_frame/test/data/navigateurl_relative_host.html |
+++ b/chrome_frame/test/data/navigateurl_relative_host.html |
@@ -43,15 +43,11 @@ |
<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", |
+ { "eventHandlers": { "onload": "return OnChromeFrameLoaded();" } }); |
+ </script> |
<br /> |
<br /> |