Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / dom / Element / resources / display-none-body-strict.html
1 <!DOCTYPE html>
2 <html style=overflow:scroll>
3 <head>
4   <style>
5     head { display:block; width:4000px; height:5000px; border:dotted }
6   </style>
7   <script>
8     function scroll() {
9       document.body.scrollTop = 500;
10       document.body.scrollLeft = 3000;
11       parent.verifyTest()
12     }
13   </script>
14 </head>
15 <body style=display:none onload="scroll()">
16 </html>