Index: LayoutTests/css1/color_and_background/background_repeat.html |
diff --git a/LayoutTests/css1/color_and_background/background_repeat.html b/LayoutTests/css1/color_and_background/background_repeat.html |
index ba5ae7fd76c47551e4bcc56bacb47a01a30f70da..5bba68ceb50f4d4448714ba6ac0aa7bb774d0a82 100644 |
--- a/LayoutTests/css1/color_and_background/background_repeat.html |
+++ b/LayoutTests/css1/color_and_background/background_repeat.html |
@@ -7,6 +7,7 @@ |
<LINK rel="stylesheet" type="text/css" media="screen" href="../resources/base.css"> |
<STYLE type="text/css"> |
+body {overflow: hidden;} |
.one {background-image: url(../resources/oransqr.gif); background-repeat: repeat-y;} |
.two {background-image: url(../resources/oransqr.gif); background-repeat: repeat-x;} |
.three {background-image: url(../resources/oransqr.gif); background-repeat: no-repeat;} |