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

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: ToT sync 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..2c524366eeee19f0b966dc467bc7184f18e4c732 100644
--- a/chrome_frame/test/data/event_listener.html
+++ b/chrome_frame/test/data/event_listener.html
@@ -28,13 +28,10 @@
</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", { "objectAttributes": { "height": "300" } });
+</script>
<div id="statusPanel" style="border: 1px solid red; width: 100%">
Test running....
</div>
« no previous file with comments | « chrome_frame/test/data/chrome_frame_tester_helpers.js ('k') | chrome_frame/test/data/initialize_hidden.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698