Index: LayoutTests/css1/box_properties/margin_right.html |
diff --git a/LayoutTests/css1/box_properties/margin_right.html b/LayoutTests/css1/box_properties/margin_right.html |
index 8b56ffa888e1e72519c4d5688963ed44c68a5ef9..7fe4233f7279dcf9c7d74b20163d7cd6b046148a 100644 |
--- a/LayoutTests/css1/box_properties/margin_right.html |
+++ b/LayoutTests/css1/box_properties/margin_right.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-right: 0; text-align: right;} |
.one {margin-right: 0.5in; text-align: right; background-color: aqua;} |
.two {margin-right: 25px; text-align: right; background-color: aqua;} |