zero-height-repeated-footer-crash.html (434B)
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=1354141"> 4 <div style="columns:3; column-fill:auto; height:100px;"> 5 <div style="height:70px;"></div> 6 <div style="display:table;"> 7 <div style="height:150px;"></div> 8 <div style="display:table-footer-group; break-inside:avoid;"></div> 9 </div> 10 </div>