Index: LayoutTests/fast/block/float/021.html |
diff --git a/LayoutTests/fast/block/float/021.html b/LayoutTests/fast/block/float/021.html |
index d3f108ddb97b5a56736ad80ccf9e30b3ce469f62..2b79a973578318675381323760b206e6ea9efae4 100644 |
--- a/LayoutTests/fast/block/float/021.html |
+++ b/LayoutTests/fast/block/float/021.html |
@@ -36,6 +36,11 @@ |
background-color: green; |
} |
</style> |
+<script> |
+if (window.internals) { |
+ window.internals.settings.setForceCompositingMode(true); |
+} |
+</script> |
</head> |
<body > |
In all of the examples, you should be able to see blue and green rectangles that spill way out of their |