Index: LayoutTests/css2.1/20110323/block-non-replaced-height-004.htm |
diff --git a/LayoutTests/css2.1/20110323/block-non-replaced-height-004.htm b/LayoutTests/css2.1/20110323/block-non-replaced-height-004.htm |
index 8498c2f2bf9559f37e9502f9491bc8829266b540..6e5946057b5d541cd24cbca7461cb4e39a461776 100644 |
--- a/LayoutTests/css2.1/20110323/block-non-replaced-height-004.htm |
+++ b/LayoutTests/css2.1/20110323/block-non-replaced-height-004.htm |
@@ -34,6 +34,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.</p> |
<div> |
@@ -43,4 +48,4 @@ |
<div id="div2"></div> |
</div> |
</body> |
-</html> |
+</html> |