Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / multicol / composited-relpos-simple-expected.html
blob632aefad2dc4793c1e8d9ff7fb7a8c6e04760dcc
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="position:absolute; z-index:-1; width:1em; height:8em; background:yellow;"></div>
5 <br>
6 <br>
7 <br>
8 <div style="margin:0.5em;">PASS</div>
9 </div>