Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / paint / invalidation / spv2 / subtree-root-clip-2-expected.html
blob3ebc94a05195f968679f52041220d22db8c53f49
1 <html>
2 <body>
3 <div>
4 <span style="-position: relative; top: 25px; left: 25px;">
5 <div style="float: left; height: 100px; width: 100px; overflow: hidden">
6 <div id="target" style="height: 100px; width: 100px; background-color: green;">
7 </div>
8 </div>
9 </span>
10 </div>
11 </body>
12 </html>