| 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>
|
|
|