summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/multicol/one-column-with-break.html
blob: 52307614f7bdef5d032b9e8068df59ebc412f660 (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html>
    <body style="overflow:hidden;">
        <p>There should be nothing below.</p>
        <div style="-webkit-columns:1; columns:1;">
            <br>
            <div style="break-before:column; -webkit-column-break-before:always;">FAIL</div>
        </div>
    </body>
</html>