nested-with-fragmented-oof-negative-top-offset.html (492B)
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=1311398"> 4 <div style="columns:2; column-fill:auto; height:100px;"> 5 <div style="height:101px;"></div> 6 <div style="position:relative;"> 7 <div style="columns:2; column-fill:auto;"> 8 <div style="position:absolute; top:-50px;"> 9 <div style="height:100px;"></div> 10 </div> 11 </div> 12 </div> 13 </div>