wide-line-after-floats-crash.html (385B)
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=1249769"> 4 <div style="columns:3; column-fill:auto; height:100px;"> 5 <div style="float:left; width:50px; height:250px;"></div> 6 <br> 7 <div style="display:inline-block; width:100%; height:10px;"></div> 8 </div>