chromium/third_party/blink/web_tests/fast/multicol/newmulticol/unresolvable-percent-height-2.html

<!DOCTYPE html>
<html>
    <head>
        <title>Multicol with unresolvable percentage height</title>
    </head>
    <body>
        <p>There should be a blue square below, and no unnecessary scrollbar.</p>
        <div style="-webkit-columns:2; columns:2; width:200px; height:100%; max-height:200px; background:blue;">
            <div style="height:600px;"></div>
        </div>
    </body>
</html>