Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

SVG Preview (Scaled)

Preview of https://hg.mozilla.org/mozilla-central/raw-file/tip/layout/reftests/svg/smil/syncbase/cycle-self-ref-3.svg
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>