summaryrefslogtreecommitdiffstats
path: root/layout/reftests/svg/smil/style/namespaced-property-1.svg
blob: 415c1ffb6275fde8404bc2651242c1006e876932 (plain)
1
2
3
4
5
6
<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" fill="blue">
    <set attributeName="xlink:opacity" to="0.5" begin="0s" fill="freeze"/>
  </rect>
</svg>