Index: LayoutTests/fast/block/positioning/relative-overflow-replaced.html |
diff --git a/LayoutTests/fast/block/positioning/relative-overflow-replaced.html b/LayoutTests/fast/block/positioning/relative-overflow-replaced.html |
index 964f662bb0e192afd44f6b87a93edad200ea1bd1..59677df1364b06e8de7a2012b6a66fb2e81a5047 100644 |
--- a/LayoutTests/fast/block/positioning/relative-overflow-replaced.html |
+++ b/LayoutTests/fast/block/positioning/relative-overflow-replaced.html |
@@ -1,4 +1,9 @@ |
<html> |
+<script> |
+if (window.internals) { |
+ window.internals.settings.setForceCompositingMode(true); |
+} |
+</script> |
<body> |
<img style="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. |