Index: LayoutTests/fast/css/relative-positioned-block-with-inline-ancestor.html |
diff --git a/LayoutTests/fast/css/relative-positioned-block-with-inline-ancestor.html b/LayoutTests/fast/css/relative-positioned-block-with-inline-ancestor.html |
index b747c6080740df20b06a54edbaa13d0018d366ec..d9a0421453aaefd430988bebacb37f75a4eb0c6a 100644 |
--- a/LayoutTests/fast/css/relative-positioned-block-with-inline-ancestor.html |
+++ b/LayoutTests/fast/css/relative-positioned-block-with-inline-ancestor.html |
@@ -4,6 +4,7 @@ |
<head> |
<title>CSS Test: Block boxes within inline boxes are affected by positioning</title> |
<style type="text/css"> |
+ body { overflow: hidden; } |
#span1 |
{ |
background: yellow; |
@@ -37,4 +38,4 @@ |
</span> |
</span> |
</body> |
-</html> |
+</html> |