1 <svg xmlns=
"http://www.w3.org/2000/svg" xmlns:
xlink=
"http://www.w3.org/1999/xlink">
2 <path id=
"visiblePath" d=
"M150 50 L 450 50" />
3 <text x=
"50" y=
"50">PASS
</text>
5 <textPath id=
"failText" xlink:
href=
"#visiblePath">FAIL
</textPath>
8 var failText = document.getElementById(
"failText");
9 failText.setAttributeNS(
"http://www.w3.org/1999/xlink",
"href",
"#notVisiblePath");