trisquel-icecat/icecat/layout/reftests/svg/smil/anim-targethref-10.svg

9 lines
260 B
XML

<svg xmlns="http://www.w3.org/2000/svg">
<animate href="#x" attributeName="href" values="https://www.google.com"/>
<a id="x" fill="red"><rect x="15" y="15" width="200" height="200"/></a>
<style>
a:any-link {
fill: blue;
}
</style>
</svg>