Status: PASS | Duration: 1ms | Subtests: 1/1 | Open test on wpt.live | wpt.fyi
/css/css-multicol/crashtests/break-before-multicol-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=1375029"> <div style="columns:5; column-fill:auto; height:10px;"> <div style="display:table;"> <div style="display:table-caption;"> <div style="height:1px;"></div> <div style="height:11px; contain:size;"></div> </div> <div style="display:table-caption; columns:2; column-fill:auto; height:1px;"></div> </div> </div>