Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / overflow / overflow-stacking.html
index 2393afa..0800426 100644 (file)
@@ -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>
\ No newline at end of file
+<div style="background-color:yellow;width:300px;height:300px; font-size:48px; margin-top:-50px">This text overlaps.</div>