2010-03-01 19:31:48 +00:00
|
|
|
<svg xmlns="http://www.w3.org/2000/svg"
|
|
|
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
|
|
class="reftest-wait"
|
|
|
|
onload="setTimeAndSnapshot(1.0, true)">
|
2010-03-12 06:03:49 +00:00
|
|
|
<!-- This test checks that we don't trigger a CSS transition when
|
|
|
|
SMIL animation effects are first applied. -->
|
2010-03-01 19:31:48 +00:00
|
|
|
<script xlink:href="smil-util.js" type="text/javascript"/>
|
|
|
|
<rect width="100%" height="100%"
|
|
|
|
style="fill: red; -moz-transition: 200s fill">
|
|
|
|
<set attributeName="fill" to="lime" begin="1s" dur="indefinite"/>
|
|
|
|
</rect>
|
|
|
|
</svg>
|