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

Unified Diff: chrome_frame/test/data/event_listener.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/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>

Powered by Google App Engine
This is Rietveld 408576698