mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
13 lines
542 B
XML
13 lines
542 B
XML
|
<svg xmlns="http://www.w3.org/2000/svg"
|
||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||
|
class="reftest-wait"
|
||
|
onload="setTimeAndSnapshot(1, true)">
|
||
|
<title>Test animation is enabled if conditional processing succeeds</title>
|
||
|
<script xlink:href="smil-util.js" type="text/javascript"/>
|
||
|
<rect width="100%" height="100%" fill="red"/>
|
||
|
<rect width="0%" height="100%" fill="lime">
|
||
|
<set requiredFeatures="http://www.w3.org/TR/SVG11/feature#Gradient" attributeName="width"
|
||
|
to="100%" dur="5s" begin="0s"/>
|
||
|
</rect>
|
||
|
</svg>
|