| Index: LayoutTests/fast/overflow/overflow-stacking.html
|
| diff --git a/LayoutTests/fast/overflow/overflow-stacking.html b/LayoutTests/fast/overflow/overflow-stacking.html
|
| index 2393afa6c2e9c081af4e5162b33e15e20954d459..080042634316825196d1d1d789ab733c98b497d6 100644
|
| --- a/LayoutTests/fast/overflow/overflow-stacking.html
|
| +++ b/LayoutTests/fast/overflow/overflow-stacking.html
|
| @@ -1,5 +1,5 @@
|
| <html>
|
| -<body>
|
| +<body style="overflow: hidden;">
|
| Make sure that overflow:auto/hidden/scroll blocks interleave their background and foreground with other overlapping blocks in the normal flow.
|
|
|
| <div style="overflow:auto; width:300px; height:300px; background-color:lime; ">Hello world<br>
|
| @@ -50,4 +50,4 @@ Hello world<br>
|
| Hello world<br>
|
| Hello world<br>
|
| </div>
|
| -<div style="background-color:yellow;width:300px;height:300px; font-size:48px; margin-top:-50px">This text overlaps.</div>
|
| +<div style="background-color:yellow;width:300px;height:300px; font-size:48px; margin-top:-50px">This text overlaps.</div>
|
|
|