nested-with-multicol-table-cell.html (333B)
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=1347322"> 4 <div style="columns:2;"> 5 <div style="columns:2; margin-top:8px;"> 6 text 7 <div style="display:table-cell; columns:2;"></div> 8 </div> 9 </div>