summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/multicol/nested-outer-fixed-height.html
blob: 32ade687b7a0a05e5eaab744568d38e915374449 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<style>
    .mc { -webkit-columns:2; -webkit-column-gap:0; }
</style>
<p>Test that we establish two column rows for the contents of an inner multicol container that
    crosses a column boundary in the outer multicol container.</p>
<p>The word "PASS" should be seen below, with large letter spacing, and no red.</p>
<div class="mc" style="column-fill:auto; width:4em; height:2em; line-height:2em; background:red;">
    <div class="mc" style="background:white;">
        P<br>
        A<br>
        S<br>
        S<br>
    </div>
</div>