2 <html style=
"overflow:scroll; background:white; color:black;">
4 <title>Scroll overflow on HTML, paged overflow on BODY
</title>
6 <body style=
"overflow:-webkit-paged-x; overflow:paged-x; -webkit-column-gap:0; width:20em; height:20em; background:cyan;">
7 <div style=
"height:35em;">
8 <p>There should be a relatively small scrollable box (
2 pages) with a cyan background here.
</p>
9 <p>The viewport should have scrollbars in both directions (there's not enough content to
10 make it scrollable, though)
</p>