gecko/layout/reftests/svg/smil/syncbase/sandwich-priority-2.svg

19 lines
714 B
XML
Raw Normal View History

<svg xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
class="reftest-wait"
onload="setTimeAndSnapshot(2, true)">
<script xlink:href="../smil-util.js" type="text/javascript"/>
<!--
Test of animation sandwich priority based on syncbase dependencies.
A longer chain.
-->
<rect width="100" height="100" fill="orange">
<set attributeName="fill" id="b" to="blue" begin="a.begin-0.5s"/>
<set attributeName="fill" to="green" begin="d.begin"/>
<set attributeName="fill" id="d" to="black" begin="c.begin-0.5s"/>
<set attributeName="x" id="c" to="0" begin="b.begin+1s"/>
<set attributeName="fill" id="a" to="red" begin="1s"/>
</rect>
</svg>