summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/multicol/tall-float2.html
blob: 277c65ff23d2520234432ef67675691e7eadf236 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html>
    <body>
        <p>There should be no red below.</p>
        <div style="-webkit-columns:3; columns:3; -webkit-column-gap:0; column-gap:0; background:red;">
            <div style="float:left; width:100%; background:yellow;">
                hest<br>hest<br>hest<br>hest<br>hest<br>hest<br>hest<br>hest<br>hest<br>
            </div>
        </div>
    </body>
</html>