Status: PASS | Duration: 195ms | Subtests: 1/1 | Open test on wpt.live | wpt.fyi
/css/css-conditional/container-queries/crashtests/svg-text-crash.html
<!doctype html> <title>SVG text element with size container-type should not crash</title> <link rel="help" href="https://crbug.com/1298319"> <style> text { container-type: inline-size; } </style> <p>Pass if no crash.</p> <svg><text></text></svg>