floated-multicol-in-multicol-crash.html (511B)
1 <!DOCTYPE html> 2 <link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1320509"> 3 <div style="columns:3; column-fill:auto; height:20px;"> 4 <div style="display:flex; float:left; margin-top:8px;"> 5 <fieldset style="border:none; contain:paint;"> 6 <div style="contain:size; height:18px;"></div> 7 <div style="float:left; clear:both; height:6px;"></div> 8 <div style="columns:9; display:list-item; clear:both; column-fill:auto; height:0;"></div> 9 </fieldset> 10 </div> 11 </div>