chromium/third_party/blink/web_tests/fast/multicol/triply-nested-with-padding-crash.html

<!DOCTYPE html>
<script>
    if (window.testRunner)
        testRunner.dumpAsText();
</script>
<p>PASS if no crash or assertion failure.</p>
<div style="columns:2; column-fill:auto; height:21px; line-height:20px;">
    <div style="columns:2; column-fill:auto; height:42px;">
        <div style="height:2px;"></div>
        <div style="columns:2; column-fill:auto; height:61px;">
            <div style="columns:2; padding-top:100px; padding-bottom:1px;">
                <br>
            </div>
        </div>
        <div style="height:2px;"></div>
    </div>
</div>