2010-03-11 22:03:49 -08:00
|
|
|
<svg xmlns="http://www.w3.org/2000/svg"
|
|
|
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
|
|
class="reftest-wait"
|
|
|
|
onload="document.documentElement.pauseAnimations();
|
|
|
|
document.documentElement.setCurrentTime(1.0);
|
|
|
|
setTimeAndSnapshot(2.0, false)">
|
|
|
|
<!-- This test checks that we don't trigger a CSS transition when
|
|
|
|
SMIL animation effects are removed. -->
|
|
|
|
<script xlink:href="smil-util.js" type="text/javascript"/>
|
2010-03-16 16:17:47 -07:00
|
|
|
<rect width="100%" height="100%" fill="lime"
|
|
|
|
style="-moz-transition: 200s fill">
|
|
|
|
<set attributeName="fill" attributeType="XML"
|
|
|
|
to="red" begin="1s" dur="1s"/>
|
2010-03-11 22:03:49 -08:00
|
|
|
</rect>
|
|
|
|
</svg>
|