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