text-in-nested-multicol.html (650B)
1 <!DOCTYPE html> 2 <link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org"> 3 <link rel="help" href="https://issues.chromium.org/issues/435811611"> 4 <link rel="match" href="text-in-nested-multicol-ref.html"> 5 <p>"hahaha" should be seen below.</p> 6 <div style="columns:3; width:fit-content; column-fill:auto; height:100px; gap:0; line-height:20px; orphans:1; widows:1;"> 7 <div style="display:table;"> 8 <div style="display:table-header-group; break-inside:avoid;"> 9 <div style="columns:2; gap:0; column-fill:auto; height:20px;"> 10 h<br>a<br> 11 </div> 12 </div> 13 <div style="height:200px;"></div> 14 </div> 15 </div>