Status: PASS | Duration: 2ms | Subtests: 1/1 | Open test on wpt.live | wpt.fyi
/css/css-tables/crashtests/table-content-size-blending-crash.html
<!DOCTYPE html> <link rel="author" title="Martin Robinson" href="mailto:mrobinson@igalia.com"> <link rel="help" href="https://github.com/servo/servo/issues/46774"> <style> span { display: inline-block; width: 2000000px; } table { border-collapse: collapse; width: 2060000px } td { padding: 0; } </style> <table><td><span></span><span></span></td></table>