Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / paint / invalidation / spv2 / scroll-fixed-layer-out-of-view-expected.html
blobb6290c54a4d878e09c96a0c679dadc2b296cf34b
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <script type="text/javascript">
5 onload = function()
7 window.scrollTo(0, 1000);
8 window.scrollTo(0, 100);
10 </script>
11 </head>
12 <body style="height:2000px">
13 <div style="position: absolute; top: 700px; left: 200px; width: 88px; height: 88px; background-color: silver"></div>
14 There should be no repaints here:
15 </body>
16 </html>