chromium/third_party/blink/web_tests/fast/multicol/tall-unbreakable-in-nested-crash.html

<!DOCTYPE html>
<div style="columns:2; height:100px; column-fill:auto; line-height:20px;">
    <div style="columns:2; height:50px; column-fill:auto;">
        <div style="display:inline-block;">
            <br>
            <br>
            <br>
        </div>
    </div>
</div>
<script src="../../resources/testharness.js"></script>
<script src="../../resources/testharnessreport.js"></script>
<script>
test(() => { }, "No crash or assertion failure.");
</script>