1 <svg xmlns=
"http://www.w3.org/2000/svg" xmlns:
xlink=
"http://www.w3.org/1999/xlink" onload=
"runTest()">
3 <path d=
"M150 50 L 450 50" />
6 <textPath id=
"theTP" xlink:
href=
"#foo">FAIL
</textPath>
10 var path = document.getElementsByTagName(
"path")[
0];
11 path.parentNode.addEventListener('DOMSubtreeModified', handler);
12 path.setAttribute(
"id",
"foo");
13 if (window.testRunner)
14 testRunner.notifyDone();