Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / paint / invalidation / spv2 / multicol-relpos-with-abspos-expected.html
blob39caab9aaae76dc38424fda0e9f4179ba2479618
1 <!DOCTYPE html>
2 <div style="position:relative; -webkit-columns:4; -webkit-column-gap:10px; width:630px; height:40px; column-fill:auto;">
3 <div id="target" style="position:absolute; width:20px; height:20px; right:0; bottom:0; background:green;"></div>
4 </div>
5 <p>A green rectangle should be seen above.</p>