Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / paint / invalidation / spv2 / absolute-position-moved-expected.html
blob3369bfe7363dc59ca7588e83e18ba328be8ddfcb
1 <html>
2 <head>
3 <link rel="stylesheet" href="../../../fast/repaint/resources/default.css">
4 </head>
5 <body style="height:2000px;">
6 <div style="top: 5000px;" class="fixed red"></div>
7 <div id="absoluteDiv" style="top:100px; left:100px;" class="absolute green"></div>
8 </body>
9 </html>