Chromium Code Reviews| Index: LayoutTests/fast/css/relative-positioned-block-with-inline-ancestor-and-parent-dynamic.html |
| diff --git a/LayoutTests/fast/css/relative-positioned-block-with-inline-ancestor-and-parent-dynamic.html b/LayoutTests/fast/css/relative-positioned-block-with-inline-ancestor-and-parent-dynamic.html |
| index fa0b7b70628711f7b0b8175b369e6a7a10e67758..d62d41c1a30de7646f6e2b5a4283a4706f0ab1bb 100644 |
| --- a/LayoutTests/fast/css/relative-positioned-block-with-inline-ancestor-and-parent-dynamic.html |
| +++ b/LayoutTests/fast/css/relative-positioned-block-with-inline-ancestor-and-parent-dynamic.html |
| @@ -5,6 +5,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; |
| @@ -52,4 +53,4 @@ |
| </span> |
| </span> |
| </body> |
| -</html> |
| +</html> |