blob: e53d845e164b69b17cfb13edd3f4f140697a89d3 (
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" id="svg"
onload="
document.documentElement.pauseAnimations();
document.documentElement.setCurrentTime(0);
delayedSnapshot(2)">
<script xlink:href="event-util.js" type="text/javascript"/>
<rect width="100" height="100" fill="red">
<set attributeName="fill" attributeType="CSS"
to="green"
begin="svg.SVGLoad" dur="4s"/>
</rect>
</svg>
|