Sign in
webkit
/
WebKit
/
b387ed984cfa86e07321d6d915fc6d801afbcecc
/
.
/
LayoutTests
/
svg
/
animations
/
unsupported-animate-element-attributes-expected.svg
blob: 23f2e169229ed79213a15edcdd18b4e25701856f [
file
] [
log
] [
blame
]
<svg
width
=
"400"
height
=
"400"
xmlns
=
"http://www.w3.org/2000/svg"
xmlns:xlink
=
"http://www.w3.org/1999/xlink"
>
<defs>
<path
id
=
"MyPath"
d
=
"M 20 20 L 150 20"
/>
</defs>
<text>
<textPath
xlink:href
=
"#MyPath"
>
PASS.
</textPath>
</text>
</svg>