Index: LayoutTests/css2.1/20110323/block-non-replaced-height-014.htm |
diff --git a/LayoutTests/css2.1/20110323/block-non-replaced-height-014.htm b/LayoutTests/css2.1/20110323/block-non-replaced-height-014.htm |
index 453d45652e268c620a675a3f5a86bb5c97a8833c..4eda97a2e1a67618e54c82bbf7a90a4afa8cdbb0 100644 |
--- a/LayoutTests/css2.1/20110323/block-non-replaced-height-014.htm |
+++ b/LayoutTests/css2.1/20110323/block-non-replaced-height-014.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> |