Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
class="reftest-wait"
onload="setTimeAndSnapshot(2, true)">
<script xlink:href="../smil-util.js" type="text/javascript"/>
<!--
A valid self-referential cycle.
-->
<rect width="100" height="100" fill="red">
<animate attributeName="fill" attributeType="CSS" id="a"
values="orange; green; purple"
begin="a.end; -1s" dur="2s"/>
</rect>
</svg>