break-before-multicol-caption.html (519B)
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=1375029"> 4 <div style="columns:5; column-fill:auto; height:10px;"> 5 <div style="display:table;"> 6 <div style="display:table-caption;"> 7 <div style="height:1px;"></div> 8 <div style="height:11px; contain:size;"></div> 9 </div> 10 <div style="display:table-caption; columns:2; column-fill:auto; height:1px;"></div> 11 </div> 12 </div>