summaryrefslogtreecommitdiffstats
path: root/layout/reftests/svg/smil/repeat/indefinite-repeat-1.svg
blob: 5283736bdbd09145c71584c1eb12159e532ac119 (plain)
1
2
3
4
5
6
7
8
9
<svg xmlns="http://www.w3.org/2000/svg"
  xmlns:xlink="http://www.w3.org/1999/xlink"
  class="reftest-wait"
  onload="setTimeAndSnapshot(5)">
  <script xlink:href="../smil-util.js" type="text/javascript"/>
  <rect width="100" height="100" fill="red">
    <set attributeName="fill" to="green" dur="1s" repeatDur="indefinite"/>
  </rect>
</svg>