Index: LayoutTests/css1/formatting_model/horizontal_formatting.html |
diff --git a/LayoutTests/css1/formatting_model/horizontal_formatting.html b/LayoutTests/css1/formatting_model/horizontal_formatting.html |
index b618806d427f939288c438b2090dd77eadcd4e0f..99eef1b82a33698319e6f20f3ec386c6dfd0d868 100644 |
--- a/LayoutTests/css1/formatting_model/horizontal_formatting.html |
+++ b/LayoutTests/css1/formatting_model/horizontal_formatting.html |
@@ -7,6 +7,7 @@ |
<LINK rel="stylesheet" type="text/css" media="screen" href="../resources/base.css"> |
<STYLE type="text/css"> |
+body {overflow: hidden;} |
.ruler {padding: 0px; margin: 0px; border-width: 0px;} |
P#ruled {background-color: aqua; width: 400px; |
border-style: solid; border-color: silver; |