Index: LayoutTests/css2.1/t0803-c5505-mrgn-02-c.html |
diff --git a/LayoutTests/css2.1/t0803-c5505-mrgn-02-c.html b/LayoutTests/css2.1/t0803-c5505-mrgn-02-c.html |
index 69a95a1b7c7fe1691c98d2a6dabb188eeb12d0fe..d4856a8e95936698ebb53387eedf4422af84842d 100644 |
--- a/LayoutTests/css2.1/t0803-c5505-mrgn-02-c.html |
+++ b/LayoutTests/css2.1/t0803-c5505-mrgn-02-c.html |
@@ -9,7 +9,12 @@ |
</style> |
<link rel="help" href="http://www.w3.org/TR/CSS21/box.html#margin-properties" title="8.3 Margin properties: 'margin-top', 'margin-right', 'margin-bottom', 'margin-left', and 'margin'"> |
</head> |
+ <script> |
+ if (window.internals) { |
+ window.internals.settings.setForceCompositingMode(true); |
+ } |
+ </script> |
<body> |
<p class="five"> <br> This page should have a horizontal scroll bar. </p> |
</body> |
-</html> |
+</html> |