Status: PASS | Duration: 1ms | Subtests: 1/1 | Open test on wpt.live | wpt.fyi
/css/css-multicol/crashtests/nested-with-multicol-table-caption.html
<!DOCTYPE html> <link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org"> <link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1347141"> <div style="columns:3; column-fill:auto; height:100px;"> <div style="height:100px;"></div> <div style="display:table;"> <div style="display:table-caption; columns:2;"> Blargh, I'm dead! </div> </div> </div>