nested-oof-multicol-with-padding.html (402B)
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:2; column-fill:auto; height:100px;"> 5 <div style="position:relative;"> 6 <div style="height:90px;"></div> 7 <div style="position:absolute; columns:2; padding-top:40px;"></div> 8 </div> 9 </div>