nested-floated-multicol-with-tall-margin.html (249B)
1 <!DOCTYPE html> 2 <link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1322125"> 3 <div style="columns:2; column-fill:auto; height:99px;"> 4 <div style="float:left; margin-top:100px; column-fill:auto; height:10px;"></div> 5 </div>