chromium/third_party/blink/web_tests/fast/multicol/percent-height-expected.html

<!DOCTYPE html>
<html>
    <head>
        <title>Resolving percent height inside multicol</title>
    </head>
    <body>
        <p>There should be a blue square below.</p>
        <div style="width:99px; height:99px; background:blue;"></div>
    </body>
</html>