Sign in
webkit
/
WebKit
/
b387ed984cfa86e07321d6d915fc6d801afbcecc
/
.
/
LayoutTests
/
svg
/
custom
/
use-recursion-4-expected.svg
blob: 97394f7d448c2ef9a36c77ce91e2f20e4beac62d [
file
] [
log
] [
blame
]
<svg
viewBox
=
"0 0 400 300"
xmlns
=
"http://www.w3.org/2000/svg"
>
<text
x
=
"10"
y
=
"60"
>
This should not crash.
</text>
<rect
x
=
"25"
y
=
"25"
stroke-width
=
"5px"
fill
=
"red"
stroke
=
"navy"
width
=
"60"
height
=
"10"
/>
</svg>