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

Unified Diff: chrome_frame/test/data/chrome_frame_resize.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
« no previous file with comments | « no previous file | chrome_frame/test/data/chrome_frame_tester_helpers.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/test/data/chrome_frame_resize.html
diff --git a/chrome_frame/test/data/chrome_frame_resize.html b/chrome_frame/test/data/chrome_frame_resize.html
index afba53bc267e45a6391ad0a90f0c7a111068fcba..eac22bcb67cf2019107b5e43bd8621d6042c0d3b 100644
--- a/chrome_frame/test/data/chrome_frame_resize.html
+++ b/chrome_frame/test/data/chrome_frame_resize.html
@@ -117,16 +117,16 @@ function DebugResizeChromeFrame(delta) {
Test running....
</div>
-<object id="ChromeFrame" codebase="http://www.google.com"
- classid="CLSID:E0A900DF-9611-4446-86BD-4B1D47E7DB2A"
- style="border: 1px solid blue">
- <param name="onload" value="return OnNavigationSucceeded();" />
- <embed id="ChromeFramePlugin" name="ChromeFrame"
- onload="return OnNavigationSucceeded();"
- type="application/chromeframe"
- style="border: 1px solid green">
- </embed>
-</object>
+<span id="ChromeFrameSpan"></span>
+<script type="text/javascript">
+insertControl("ChromeFrameSpan",
+ { "width": null,
+ "height": null,
+ "objectAttributes": { "style": "border: 1px solid blue" },
+ "eventHandlers": { "onload": "return OnNavigationSucceeded();" },
+ "embedAttributes": { "style": "border: 1px solid green" }
+ });
+</script>
<br />
<br />
@@ -135,4 +135,3 @@ Test running....
</body>
</html>
-
« no previous file with comments | « no previous file | chrome_frame/test/data/chrome_frame_tester_helpers.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698