Index: LayoutTests/css2.1/20110323/block-non-replaced-height-008.htm |
diff --git a/LayoutTests/css2.1/20110323/block-non-replaced-height-008.htm b/LayoutTests/css2.1/20110323/block-non-replaced-height-008.htm |
index 92a8b951b324b765c77d5f7d77460168704ec530..9ce8ccc6b017466c85a9d65122369dca84e93ba0 100644 |
--- a/LayoutTests/css2.1/20110323/block-non-replaced-height-008.htm |
+++ b/LayoutTests/css2.1/20110323/block-non-replaced-height-008.htm |
@@ -44,6 +44,11 @@ |
} |
</style> |
</head> |
+ <script> |
+ if (window.internals) { |
+ window.internals.settings.setForceCompositingMode(true); |
+ } |
+ </script> |
<body> |
<p>Test passes if there is a blue square below.</p> |
<div id="div1"> |
@@ -52,4 +57,4 @@ |
<div id="div4"></div> |
</div> |
</body> |
-</html> |
+</html> |