Index: LayoutTests/css2.1/20110323/block-non-replaced-height-006.htm |
diff --git a/LayoutTests/css2.1/20110323/block-non-replaced-height-006.htm b/LayoutTests/css2.1/20110323/block-non-replaced-height-006.htm |
index 2e9ef610cb24d2d4fa46b354cbcea52fdccc8211..a12e36bbb206b4cad15ff4830804f468ace73154 100644 |
--- a/LayoutTests/css2.1/20110323/block-non-replaced-height-006.htm |
+++ b/LayoutTests/css2.1/20110323/block-non-replaced-height-006.htm |
@@ -37,6 +37,11 @@ |
} |
</style> |
</head> |
+ <script> |
+ if (window.internals) { |
+ window.internals.settings.setForceCompositingMode(true); |
+ } |
+ </script> |
<body> |
<p>Test passes if the blue and orange boxes below are the same height and there is no red visible on the page.</p> |
<div> |
@@ -46,4 +51,4 @@ |
<div id="div2"></div> |
</div> |
</body> |
-</html> |
+</html> |