Status: PASS | Duration: 3ms | Subtests: 1/1 | Open test on wpt.live | wpt.fyi
/css/css-break/table/table-in-abspos-multicol-with-nested-meter-crash.html
<!DOCTYPE html> <link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1351677"> <p>PASS if no crash or DCHECK failure.</p> <div style="position:absolute; column-count:1;"> <table> <caption> <meter style="column-count:1;"></meter> </caption> </table> </div>