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