Index: chrome_frame/test/data/event_listener.html |
diff --git a/chrome_frame/test/data/event_listener.html b/chrome_frame/test/data/event_listener.html |
index 6fbd15869579652cf6542bac2ebc668635ea7ea9..cd9373296c9b2c16b8471b431f65ce337f89052e 100644 |
--- a/chrome_frame/test/data/event_listener.html |
+++ b/chrome_frame/test/data/event_listener.html |
@@ -28,13 +28,17 @@ |
</script> |
</head> |
<body onload="onDocumentLoad();"> |
- <object id="ChromeFrame" width="500" height ="300" |
- codebase="http://www.google.com" |
- classid="CLSID:E0A900DF-9611-4446-86BD-4B1D47E7DB2A"> |
- <embed id="ChromeFramePlugin" name="ChromeFrame" width="500" |
- height="500" type="application/chromeframe"> |
- </embed> |
- </object> |
+<span id="ChromeFrameSpan"></span> |
+<script type="text/javascript"> |
+insertControl("ChromeFrameSpan", |
+' <object id="ChromeFrame" width="500" height="300"' + |
+' codebase="http://www.google.com"' + |
+' classid="CLSID:E0A900DF-9611-4446-86BD-4B1D47E7DB2A">' + |
+' <embed id="ChromeFramePlugin" name="ChromeFrame" width="500"' + |
+' height="500" type="application/chromeframe">' + |
+' </embed>' + |
+' </object>'); |
+</script> |
<div id="statusPanel" style="border: 1px solid red; width: 100%"> |
Test running.... |
</div> |