repeated-section-in-nested-table-nested-multicol.html (570B)
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=1348774"> 4 <div style="columns:2; column-fill:auto; height:160px; background:yellow;"> 5 <div style="display:table;"> 6 <div style="display:table;"> 7 <div style="contain:size; height:150px;"></div> 8 <div style="display:table-footer-group; break-inside:avoid;"> 9 <div style="columns:2;"> 10 x AAAAAAAAAAAAAAAAAAAA x 11 </div> 12 </div> 13 </div> 14 </div> 15 </div>