clear-past-float-with-oof-twice-crash.html (467B)
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=1318455"> 4 <div style="columns:3; column-fill:auto; height:100px;"> 5 <div style="position:relative; float:left; width:100%;"> 6 <div style="height:141px;"></div> 7 <div style="position:absolute;"></div> 8 </div> 9 <p style="clear:left; contain:size; width:100%; height:80px;"></p> 10 </div>