spanner-in-overflowed-container-before-float.html (516B)
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=1309859"> 4 <div style="columns:2; column-fill:auto; height:400px;"> 5 <div style="height:10px;"></div> 6 <div style="height:20px;"> 7 <div style="display:inline-block; width:10px; height:50px;"></div> 8 <div> 9 <div style="column-span:all;"></div> 10 </div> 11 </div> 12 <div style="columns:2; height:100px; float:left;"></div> 13 </div>