Status: PASS | Duration: 2ms | Subtests: 1/1 | Open test on wpt.live | wpt.fyi
/css/css-tables/crashtests/empty_cells_crash.html
<!doctype html> <style> table { empty-cells: hide; border-collapse: collapse; } td { padding:0; } </style> <table> <td></td> <td colspan=2></td> <td></td> </table> </div>