Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / Element / resources / display-none-body-strict.html
blob7ee0dc3dc905eb761ebb6d75513b9e5e0dc69222
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()
13 </script>
14 </head>
15 <body style=display:none onload="scroll()">
16 </html>