summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/multicol/nested-columns-expected.html
blob: bd2f97fead9575c90bbe3e205caffc23de0e1299 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<style>
    #fakeMulticol {
        line-height: 2em;
    }
    #fakeMulticol > span {
        display: inline-block;
        width: 1em;
    }
</style>
<p>The word 'PASSED' should be seen below.</p>
<div id="fakeMulticol">
    <span>P</span><span>A</span><span>S</span><span>S</span><span>E</span><span>D</span>
</div>