19 background-color: yellow;
23 The test passes if the contents scrolls correctly.
26 document
.body
.offsetTop
;
27 document
.documentElement
.style
.overflowY
= 'visible';
28 document
.body
.style
.position
= 'relative';
30 window
.scrollTo(0, 100);