Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / css1 / color_and_background / background_repeat.html
index ba5ae7f..5bba68c 100644 (file)
@@ -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;}