Index: LayoutTests/fast/block/positioning/relative-overflow-replaced-float.html |
diff --git a/LayoutTests/fast/block/positioning/relative-overflow-replaced-float.html b/LayoutTests/fast/block/positioning/relative-overflow-replaced-float.html |
index a6db01bdcc37025a2d770078785cb8244ebe6af4..613d0b035d4cc21bac448a808c6ddffa08c70a36 100644 |
--- a/LayoutTests/fast/block/positioning/relative-overflow-replaced-float.html |
+++ b/LayoutTests/fast/block/positioning/relative-overflow-replaced-float.html |
@@ -1,4 +1,9 @@ |
<html> |
+<script> |
+if (window.internals) { |
+ window.internals.settings.setForceCompositingMode(true); |
+} |
+</script> |
<body> |
<img style="float:left;position:relative;left:1000px;top:1000px;height:100px;width:100px;background-color:lime"> |
The image should be 1000px over to the right and bottom, which should cause horizontal and vertical scrollbars to appear. |