summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-contain/container-queries/crashtests/svg-text-crash.html
blob: aadba08679e8ce4c0645f7673c64ea41eb7c1869 (plain)
1
2
3
4
5
6
7
8
<!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>