4 <title>Changing from paged-y to paged-x
</title>
7 document
.body
.offsetTop
; // trigger layout
8 document
.body
.style
.overflow
= 'paged-x';
9 document
.body
.style
.overflow
= '-webkit-paged-x';
13 <body style=
"overflow:-webkit-paged-y; overflow:paged-y;" onload=
"test()">
14 <div style=
"height:150vh;">
15 There should be a horizontal scrollbar on this page.