Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / paint / invalidation / spv2 / scroll-fixed-layer-no-content-expected.html
blob2959a3c133c1067bb1a58b6caec8cdb6dfe1f1d7
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: 1100px; left: 200px; width: 200px; height: 200px"></div>
14 There should be no repaints here:
15 </body>
16 </html>