repeated-table-column.html (584B)
1 <!DOCTYPE html> 2 <link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org"> 3 <link rel="help" href="https://issues.chromium.org/issues/420267099"> 4 <div style="columns:2; column-fill:auto; height:100px;"> 5 <div style="display:table;"> 6 <div style="display:table-header-group; break-inside:avoid;"> 7 <div style="display:table;"> 8 <div id="col" style="display:table-column;"></div> 9 <div style="width:10px; height:10px;"></div> 10 </div> 11 </div> 12 <div style="height:150px;"></div> 13 </div> 14 </div> 15 <script> 16 col.offsetLeft; 17 </script>