chromium/third_party/blink/web_tests/fast/multicol/nested-balanced-with-strut-before-first-line.html

<!DOCTYPE html>
<p>The word "PASS" should be seen below.</p>
<div style="columns:3; column-fill:auto; column-gap:0; width:6em; height:100px; line-height:100px;">
    <div style="columns:2; column-gap:0; orphans:1; widows:1;">
        <div style="height:150px;"></div>
        P<br>
        A<br>
        S<br>
        S<br>
    </div>
</div>