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> |