Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / paint / invalidation / spv2 / overflow-show-expected.html
blob09878ba4830e79dc0acf51c263ca5dc6b6ca1a98
1 <html>
2 <head>
3 <link rel="stylesheet" href="../../../fast/repaint/resources/default.css">
4 </head>
5 <body style="height:2000px;">
6 <!-- You should see 2 green rectangle sharing one corner in the output. -->
7 <div id="overflowParent" class="absolute green"><div style="top:100px; left:100px;" class="relative green"></div></div>
8 </body>
9 </html>