summaryrefslogtreecommitdiffstats
path: root/layout/reftests/svg/smil/style/important-set-1.svg
blob: 197ba26b6f913587260dd043880bc6eff46f569e (plain)
1
2
3
4
5
6
7
8
<svg xmlns="http://www.w3.org/2000/svg"
     xmlns:xlink="http://www.w3.org/1999/xlink"
>
  <rect x="15" y="15" width="200" height="200" style="fill: blue !important">
    <set attributeName="fill" attributeType="CSS"
         to="red" begin="0s" fill="freeze"/>
  </rect>
</svg>