svg-text-crash.html (248B)
1 <!doctype html> 2 <title>SVG text element with size container-type should not crash</title> 3 <link rel="help" href="https://crbug.com/1298319"> 4 <style> 5 text { container-type: inline-size; } 6 </style> 7 <p>Pass if no crash.</p> 8 <svg><text></text></svg>