Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / paint / invalidation / multi-subsequence-scrolled-expected.html
blobad7daceb6751bef0bd3a4d04cbcfc5fa9405b212
1 <!DOCTYPE html>
2 <style>
3 ::-webkit-scrollbar { display: none; }
4 </style>
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>
8 </div>
9 <script>
10 container.scrollTop = 150;
11 </script>