<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="reftest-wait" onload="setTimeAndSnapshot(2, true)"> <script xlink:href="../smil-util.js" type="text/javascript"/> <!-- A valid self-referential cycle. We have a 4s animation which should give us green after 1s of its active duration. The active duration is constrained to 2s using a self-referential end spec. Furthermore a self-referential begin spec causes the animation to restart as soon as it begins. --> <rect width="100" height="100" fill="red"> <animate attributeName="fill" attributeType="CSS" id="a" values="orange; green; blue; yellow; purple" begin="a.end; -1s" end="a.begin+2s" dur="4s"/> </rect> </svg>