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

<!DOCTYPE html>
<html>
    <body>
        <p>Below there should be <em>one</em> column with 7 lines.</p>
        <div id="elm" style="line-height:2em;">
            line<br>
            line<br>
            line<br>
            line<br>
            line<br>
            line<br>
            line<br>
        </div>
    </body>
</html>