Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

SVG Preview (Scaled)

Preview of https://hg.mozilla.org/mozilla-central/raw-file/tip/layout/reftests/svg/smil/smil-transitions-interaction-3a.svg
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"/>
<rect width="100%" height="100%"
style="fill: lime; transition: 200s fill">
<set attributeName="fill" to="red" begin="1s" dur="1s"/>
</rect>
</svg>