Index: LayoutTests/css2.1/20110323/block-non-replaced-height-010.htm |
diff --git a/LayoutTests/css2.1/20110323/block-non-replaced-height-010.htm b/LayoutTests/css2.1/20110323/block-non-replaced-height-010.htm |
index 63aed884bc4d6f06dee006034e1f4b9b84aac3f1..5764afa7b60fd182f3c5bc2b84b8b2b171643eed 100644 |
--- a/LayoutTests/css2.1/20110323/block-non-replaced-height-010.htm |
+++ b/LayoutTests/css2.1/20110323/block-non-replaced-height-010.htm |
@@ -50,6 +50,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"> |
@@ -60,4 +65,4 @@ |
<div id="div5"></div> |
</div> |
</body> |
-</html> |
+</html> |