1 <svg xmlns=
"http://www.w3.org/2000/svg" xmlns:
xlink=
"http://www.w3.org/1999/xlink" onload=
"runTest()">
3 <textPath id=
"theTP" xlink:
href=
"#thePath">PASS
</textPath>
7 var path = document.createElementNS(
"http://www.w3.org/2000/svg",
"path");
8 path.setAttribute(
"id",
"thePath");
9 path.setAttribute(
"d",
"M50 50 L 450 50");
10 document.rootElement.appendChild(path);