Index: LayoutTests/css2.1/t0803-c5502-mrgn-r-02-c.html |
diff --git a/LayoutTests/css2.1/t0803-c5502-mrgn-r-02-c.html b/LayoutTests/css2.1/t0803-c5502-mrgn-r-02-c.html |
index fd686f05081e5d172ba0ed3a5452374a5f4a1e20..432a458bf9abf5899d7818b89698180327ddeae4 100644 |
--- a/LayoutTests/css2.1/t0803-c5502-mrgn-r-02-c.html |
+++ b/LayoutTests/css2.1/t0803-c5502-mrgn-r-02-c.html |
@@ -10,7 +10,12 @@ |
<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'"> |
<link rel="help" href="http://www.w3.org/TR/CSS21/box.html#padding-properties" title="8.4 Padding properties: 'padding-top', 'padding-right', 'padding-bottom', 'padding-left', and 'padding'"> |
</head> |
+<script> |
+if (window.internals) { |
+ window.internals.settings.setForceCompositingMode(true); |
+} |
+</script> |
<body> |
<p class="five"> This page should have a horizontal scroll bar. </p> |
</body> |
-</html> |
+</html> |