chromium/third_party/blink/web_tests/fast/multicol/short-columns-insane-unbreakable-content-height-crash.html

<!DOCTYPE html>
<script>
    if (window.testRunner)
        testRunner.dumpAsText();
</script>
<p>PASS if no crash or assertion failure.</p>
<div style="-webkit-columns:2; column-fill:auto; height:145px; line-height:5551234567px;">
    <br>
    <div>
        <br>
    </div>
</div>