summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/multicol/inner-multicol-in-second-column-expected.html
blob: fdd829d952519e1929c0605da13e0bc795c95428 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<p>You should see the word 'PASS' (with some extra letter spacing) in the second column.</p>
<div style="min-width:40em;">
    <div style="float:left; width:20em; height:10em; line-height:2em;">
        first column<br>
        first column<br>
        first column<br>
        first column<br>
        first column<br>
    </div>
    <div style="float:left; width:20em; height:10em; line-height:2em;">
        second column<br>
        <div style="-webkit-columns:4; -webkit-column-gap:0; width:4em;">
            P<br>A<br>S<br>S
        </div>
        second column<br>
        second column<br>
        second column<br>
    </div>
</div>