Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / custom / textPath-set-id-expected.svg
blob671c765792247e969a5dcfd5b2b42fa69b8aff57
1 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
2 <defs>
3 <path d="M150 50 L 450 50" />
4 </defs>
5 <text>
6 <textPath id="theTP" xlink:href="#foo">PASS</textPath>
7 </text>
8 </svg>