summaryrefslogtreecommitdiffstats
path: root/layout/reftests/svg/smil/smil-transitions-interaction-2b.svg
blob: 8742b208a3126cfaac451c4826ea1939b12532ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<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 after
       SMIL animation effects are applied. -->
  <script xlink:href="smil-util.js" type="text/javascript"/>
  <rect width="100%" height="100%" fill="red"
        style="transition: 1s fill">
    <set attributeName="fill" attributeType="XML"
         to="lime" begin="1s" dur="indefinite"/>
  </rect>
</svg>