Sign in
chromium
/
external
/
w3c
/
web-platform-tests
/
refs/heads/DOMParser-interface
/
.
/
css
/
css-conditional
/
container-queries
/
crashtests
/
svg-text-crash.html
blob: aadba08679e8ce4c0645f7673c64ea41eb7c1869 [
file
] [
edit
]
<!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>