Index: LayoutTests/fast/block/margin-collapse/104.html |
diff --git a/LayoutTests/fast/block/margin-collapse/104.html b/LayoutTests/fast/block/margin-collapse/104.html |
index c9b0416d59ebc2cd24f52a2d5f9b5d16bfc36b45..dc648cb14a6cb060843cc1f6d9a6f3eb02638839 100644 |
--- a/LayoutTests/fast/block/margin-collapse/104.html |
+++ b/LayoutTests/fast/block/margin-collapse/104.html |
@@ -5,7 +5,11 @@ table{margin: 0 0 0 auto ; border: 2px solid red} |
td{white-space: nowrap;} |
#b {margin: 0 0 0 auto; width: 900px; border: 2px solid red;} |
</style> |
- |
+<script> |
+if (window.internals) { |
+ window.internals.settings.setForceCompositingMode(true); |
+} |
+</script> |
<body> |
<div id=container> |
Resize the window. Red boxes below must not overflow the blue box (or window) from the |
@@ -26,4 +30,4 @@ td{white-space: nowrap;} |
</div> |
</div> |
</body> |
-</html> |
+</html> |