Index: LayoutTests/fast/events/scale-and-scroll-iframe-window.html |
diff --git a/LayoutTests/fast/events/scale-and-scroll-iframe-window.html b/LayoutTests/fast/events/scale-and-scroll-iframe-window.html |
index 49777064a73bccf63f77bda1abed0a042d9be364..4955788e2a8bd9e1aa7729952809ff726f4dead2 100644 |
--- a/LayoutTests/fast/events/scale-and-scroll-iframe-window.html |
+++ b/LayoutTests/fast/events/scale-and-scroll-iframe-window.html |
@@ -34,7 +34,7 @@ |
</script> |
<script src="../../resources/js-test.js"></script> |
</head> |
-<body onload="test();" style="height: 2000px"> |
+<body onload="test();" style="width: 4000px; height: 4000px"> |
<div id="console"></div> |
<iframe id="frame" style="width:400px; height: 400px; position: absolute; top: 100px;"></iframe> |