Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-conditional/container-queries/crashtests/svg-text-crash.html - WPT Dashboard Interop Dashboard
<!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>