nested-multicol-with-float-between.html (480B)
1 <!DOCTYPE html> 2 <link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org"> 3 <link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1303662"> 4 <div style="columns:3; column-fill:auto; height:100px;"> 5 <div style="height:70px;"></div> 6 <div style="float:left; break-inside:avoid; width:100%; height:200px;"></div> 7 <div style="columns:1; column-fill:auto; width:100%; height:50px;"> 8 <div style="height:40px;"></div> 9 </div> 10 </div>