Chromium Code Reviews| Index: LayoutTests/fast/css/relative-positioned-block-with-inline-parent-dynamic.html |
| diff --git a/LayoutTests/fast/css/relative-positioned-block-with-inline-parent-dynamic.html b/LayoutTests/fast/css/relative-positioned-block-with-inline-parent-dynamic.html |
| index 54ddc65163712cf46f5508a69258f8705fdd2695..e9229ec7485ef9a4f197d7312408d968f311c960 100644 |
| --- a/LayoutTests/fast/css/relative-positioned-block-with-inline-parent-dynamic.html |
| +++ b/LayoutTests/fast/css/relative-positioned-block-with-inline-parent-dynamic.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; |
| @@ -49,4 +50,4 @@ |
| </i> |
| </span> |
| </body> |
| -</html> |
| +</html> |