Index: LayoutTests/fast/backgrounds/size/backgroundSize15.html |
diff --git a/LayoutTests/fast/backgrounds/size/backgroundSize15.html b/LayoutTests/fast/backgrounds/size/backgroundSize15.html |
index 9b9f1494543df563bffb8d00e42eed3d60f408ac..6ec32457f8ba85c5750fe2a84e4efa6d4630e9a2 100644 |
--- a/LayoutTests/fast/backgrounds/size/backgroundSize15.html |
+++ b/LayoutTests/fast/backgrounds/size/backgroundSize15.html |
@@ -1,5 +1,6 @@ |
<html> |
<style> |
+body { overflow: hidden; } |
div { |
background-image:url(resources/bikes.bmp); |
-webkit-background-size: 133px 135px; |
@@ -15,4 +16,4 @@ div { |
<div style="width:800px; height:800px"></div> |
</body> |
-</html> |
+</html> |