summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/multicol/nested-columns.html
blob: 3593fd36bd6e87f0cc424b8c9e60391a91230790 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<p>The word 'PASSED' should be seen below.</p>
<div style="width:6em; height:2em; columns:3; column-gap:0; column-fill:auto; line-height:2em;">
    <div style="column-count:2; column-gap:0;">
        P<br>A
    </div>
    <div style="column-count:2; column-gap:0;">
        S<br>S
    </div>
    <div style="column-count:2; column-gap:0;">
        E<br>D
    </div>
</div>