Sign in
webkit
/
WebKit
/
60c3f717a9141a0f8afd6e8437d26c6404e4424c
/
.
/
LayoutTests
/
svg
/
custom
/
textPath-modify-child-expected.svg
blob: 481100fdb27dbb2a274e6b316631bc15f91b0b76 [
file
] [
log
] [
blame
]
<svg
xmlns
=
"http://www.w3.org/2000/svg"
xmlns:xlink
=
"http://www.w3.org/1999/xlink"
>
<path
id
=
"thePath"
d
=
"M50 50 L 450 50"
/>
<text>
<textPath
id
=
"theTP"
xlink:href
=
"#thePath"
>
PASS
</textPath>
</text>
</svg>