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