Sign in
webkit
/
WebKit
/
cc46a31572a0ec5eaa1b23568b13d1176f22f6cb
/
.
/
LayoutTests
/
svg
/
custom
/
textPath-remove-path-expected.svg
blob: 2611b9bc1ba6c9d6baf1c816e907af88eaa3b63b [
file
] [
log
] [
blame
]
<svg
xmlns
=
"http://www.w3.org/2000/svg"
xmlns:xlink
=
"http://www.w3.org/1999/xlink"
>
<text
x
=
"50"
y
=
"50"
>
PASS
</text>
<text>
<textPath
id
=
"theTP"
xlink:href
=
"#thePath"
>
This text should not be visible
</textPath>
</text>
</svg>