Source code
Revision control
Copy as Markdown
Other Tools
<!doctype html>
<title>SVG text element with size container-type should not crash</title>
<style>
text { container-type: inline-size; }
</style>
<p>Pass if no crash.</p>
<svg><text></text></svg>