summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/multicol/paginate-block-replaced.html
blob: 930bb17813cc37b927efe838b8772bb7d3352cf8 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<div style="-webkit-columns:2; -webkit-column-gap:0; column-fill:auto; width:40em; height:21em; line-height:2em;">
    First column<br>
    First column<br>
    First column<br>
    First column<br>
    <img style="display:block; width:100%; height:14em; background:green;" alt="Second column">
    Second column<br>
    Second column<br>
    Second column<br>
</div>