nested-oof-multicol-with-monolithic-child.html (553B)
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=1306582"> 4 <div style="columns:4; column-fill:auto; height:100px;"> 5 <div style="position:relative;"> 6 <div style="height:90px;"></div> 7 <div style="position:absolute; columns:1; column-fill:auto; width:10px; height:95px;"> 8 <div style="height:95px; contain:size;"></div> 9 </div> 10 <div style="position:absolute; width:1px; height:100px;"></div> 11 </div> 12 </div>