Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / overflow / scroll-html-hidden-body-expected.html
blob2d08dba4f0a5002ad2d6a88d0e5b79832f0b33d2
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>Scroll overflow on HTML, hidden overflow on BODY</title>
5 </head>
6 <body style="overflow:scroll; background:white; color:black;">
7 <div style="overflow:hidden; width:20em; height:20em; background:cyan;">
8 <p>This text should be inside a cyan box. There should be no red.</p>
9 <p>The viewport should have scrollbars (that are not scrollable, due to lack of content).</p>
10 </div>
11 </body>
12 </html>