chromium/third_party/blink/web_tests/fast/multicol/newmulticol/unresolvable-percent-max-height-2-expected.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="width:200px; height:200px; background:blue;"></div>
    </body>
</html>