Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / overflow / hidden-html-auto-body.html
bloba2e4eedc1853195757752d7acbb5823e562aeae1
1 <!DOCTYPE html>
2 <html style="overflow:hidden; background:white; color:black;">
3 <head>
4 <title>Hidden overflow on HTML, hidden overflow on BODY</title>
5 </head>
6 <body style="overflow-y:auto; overflow-x:hidden; width:20em; height:20em; background:cyan;">
7 <p>This text should be inside a vertically scrollable cyan box.</p>
8 <p>The viewport should not have scrollbars.</p>
9 <div style="width:300vw; height:300vh;"></div>
10 </body>
11 </html>