nested-with-multicol-table-caption.html (412B)
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=1347141"> 4 <div style="columns:3; column-fill:auto; height:100px;"> 5 <div style="height:100px;"></div> 6 <div style="display:table;"> 7 <div style="display:table-caption; columns:2;"> 8 Blargh, I'm dead! 9 </div> 10 </div> 11 </div>