Index: LayoutTests/css2.1/20110323/block-non-replaced-height-012.htm |
diff --git a/LayoutTests/css2.1/20110323/block-non-replaced-height-012.htm b/LayoutTests/css2.1/20110323/block-non-replaced-height-012.htm |
index 1c1e9881b179f46eb24213ceeffb0668612fb4b8..dda04c47bd369318b63654d9c0025403a3943bbb 100644 |
--- a/LayoutTests/css2.1/20110323/block-non-replaced-height-012.htm |
+++ b/LayoutTests/css2.1/20110323/block-non-replaced-height-012.htm |
@@ -23,10 +23,15 @@ |
} |
</style> |
</head> |
+ <script> |
+ if (window.internals) { |
+ window.internals.settings.setForceCompositingMode(true); |
+ } |
+ </script> |
<body> |
<p>Test passes if there is no red visible on the page.</p> |
<div id="div1"> |
<div></div> |
</div> |
</body> |
-</html> |
+</html> |