summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/multicol/percent-height.html
blob: 1f6478869396fb1e173b31f33f9d29fec33985a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html>
    <head>
        <title>Resolving percent height inside multicol</title>
    </head>
    <body>
        <p>There should be a blue square below.</p>
        <div style="-webkit-columns:3; columns:3; -webkit-column-gap:0; column-gap:0; width:99px; height:99px;">
            <div style="height:300%; background:blue;"></div>
        </div>
    </body>
</html>