mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
13 lines
511 B
XML
13 lines
511 B
XML
|
<svg xmlns="http://www.w3.org/2000/svg"
|
||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||
|
class="reftest-wait"
|
||
|
onload="setTimeAndSnapshot(1.0, true)">
|
||
|
<!-- This test checks that we don't trigger a CSS transition after
|
||
|
SMIL animation effects are applied. -->
|
||
|
<script xlink:href="smil-util.js" type="text/javascript"/>
|
||
|
<rect width="100%" height="100%"
|
||
|
style="fill: red; -moz-transition: 1s fill">
|
||
|
<set attributeName="fill" to="lime" begin="1s" dur="indefinite"/>
|
||
|
</rect>
|
||
|
</svg>
|