summaryrefslogtreecommitdiffstats
path: root/dom/smil/crashtests/572938-3.svg
blob: 642ad32fba5cf2b667ca7ce051fb42ef92595a26 (plain)
1
2
3
4
5
6
7
8
9
10
<svg xmlns="http://www.w3.org/2000/svg"
  xmlns:xlink="http://www.w3.org/1999/xlink">
  <defs>
    <text id="a">Text A</text>
    <text id="b">Text B</text>
  </defs>
  <use xlink:href="#a" x="20" y="40">
    <set attributeName="xlink:href" to="#b" dur="2s"/>
  </use>
</svg>