Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / overflow / scroll-html-paged-body-expected.html
blob7a63399493a9bd6dfe823dda4732dcc628641eaf
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>Scroll overflow on HTML, paged overflow on BODY</title>
5 </head>
6 <body style="overflow:scroll; background:white; color:black;">
7 <div style="overflow:-webkit-paged-x; overflow:paged-x; -webkit-column-gap:0; width:20em; height:20em; background:cyan;">
8 <div style="height:35em;">
9 <p>There should be a relatively small scrollable box (2 pages) with a cyan background here.</p>
10 <p>The viewport should have scrollbars in both directions (there's not enough content to
11 make it scrollable, though)</p>
12 </div>
13 </div>
14 </body>
15 </html>