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

Unified Diff: LayoutTests/fast/events/scale-and-scroll-iframe-body.html

Issue 190723007: Fix tests to be compatible with Android scale initialization. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove substantive change, change only tests Created 6 years, 7 months 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: LayoutTests/fast/events/scale-and-scroll-iframe-body.html
diff --git a/LayoutTests/fast/events/scale-and-scroll-iframe-body.html b/LayoutTests/fast/events/scale-and-scroll-iframe-body.html
index 0a465dfcf7b3d84b570fdfff03e21d41452bdd33..fbc71158105a56c5393a8ec010f058d7b61f0be4 100644
--- a/LayoutTests/fast/events/scale-and-scroll-iframe-body.html
+++ b/LayoutTests/fast/events/scale-and-scroll-iframe-body.html
@@ -35,7 +35,7 @@
</script>
<script src="../../resources/js-test.js"></script>
</head>
-<body onload="test();" style="height: 2000px">
+<body onload="test();" style="width: 4000px; height: 4000px">
<iframe id="frame" style="width:400px; height: 400px; position: absolute; top: 100px;"></iframe>
<div id="console"></div>

Powered by Google App Engine
This is Rietveld 408576698