blob: b5fe6e1dd4ad3f50defe3874e2793ee481c7ede8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<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.
-->
<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>
|