Index: LayoutTests/css1/box_properties/margin_inline.html |
diff --git a/LayoutTests/css1/box_properties/margin_inline.html b/LayoutTests/css1/box_properties/margin_inline.html |
index e8dcf8f65f77ccc4cb6d2916eed9c25ab7b4f814..452dc958759e8cfe2df7bbf9f501c101782b842b 100644 |
--- a/LayoutTests/css1/box_properties/margin_inline.html |
+++ b/LayoutTests/css1/box_properties/margin_inline.html |
@@ -7,6 +7,7 @@ |
<LINK rel="stylesheet" type="text/css" media="screen" href="../resources/base.css"> |
<STYLE type="text/css"> |
+body {overflow: hidden;} |
.zero {background-color: silver; margin: 0;} |
.one {margin: 25px; background-color: aqua;} |
.two {margin: -10px; background-color: aqua;}</STYLE> |