Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / multicol / composited-relpos-simple.html
blobce259d15239e1fc9b2aab9d2522595296b880588
1 <!DOCTYPE html>
2 <p>The word 'PASS' should be seen below.</p>
3 <div style="-webkit-columns:2; column-fill:auto; height:13em; line-height:2em;">
4 <div style="transform:translateZ(0); position:absolute; width:1em; height:8em; background:yellow;"></div>
5 <br>
6 <br>
7 <br>
8 <div style="position:relative; margin:0.5em;">PASS</div>
9 </div>