blob: 9b967b8b734c9bbd2482b56af6f9217fbe10dce3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<svg xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
class="reftest-wait"
onload="setTimeAndSnapshot(2, false)" width="0%" height="0%" viewBox="0 0 100 100" preserveAspectRatio="none">
<animate attributeName="height"
from="0%" to="100%" begin="0s" dur="2s" fill="freeze"/>
<animate attributeName="width"
from="0%" to="100%" begin="0s" dur="2s" fill="freeze"/>
<script xlink:href="smil-util.js" type="text/javascript"/>
<rect width="100" height="100" fill="lime"/>
</svg>
|