nested-multicol-nested-flex.html (446B)
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=1376859"> 4 <div style="columns:3; column-fill:auto; height:20px;"> 5 <div style="height:10px;"></div> 6 <div style="display:flex;"> 7 <div style="display:flex; margin-top:15px;"> 8 <div> 9 <div style="columns:2;"></div> 10 </div> 11 </div> 12 </div> 13 </div>