blob: 493ce991d88a7b523445fe5a1f7b076624c0a252 (
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(1.0, true)">
<!-- This test checks that we don't trigger a CSS transition when
SMIL animation effects are first applied. -->
<script xlink:href="smil-util.js" type="text/javascript"/>
<rect width="100%" height="100%"
style="fill: red; transition: 200s fill">
<set attributeName="fill" to="lime" begin="1s" dur="indefinite"/>
</rect>
</svg>
|