3 ::-webkit-scrollbar { display: none; }
5 Tests scroll offset of contents with subsequence caching. Passes if no red.
6 <div id=
"container" style=
"position: absolute; width: 300px; height: 200px; overflow: scroll">
7 <div id=
"content1" style=
"position: absolute; top: 0; left: 0; width: 100px; height: 400px; background-color: green"></div>
10 container
.scrollTop
= 150;