summaryrefslogtreecommitdiffstats
path: root/dom/smil/crashtests/699325-1.svg
blob: 7496c6ae2138917aa230844745c9c63eb5f299d8 (plain)
1
2
3
4
5
<svg xmlns="http://www.w3.org/2000/svg">
  <rect fill="blue" height="100" width="100">
    <animate id="a" attributeName="x"  calcMode="paced" values="50; 50; 50"/>
  </rect>
</svg>