gecko/layout/reftests/svg/smil/anim-indefinite-to-1.svg

8 lines
298 B
XML
Raw Normal View History

<svg xmlns="http://www.w3.org/2000/svg">
<!-- Test that an indefinite to-animation just sticks to the base value for
interpolatable attributes. -->
<rect x="15" y="15" width="200" height="200" fill="blue">
<animate attributeName="height" to="100" dur="indefinite"/>
</rect>
</svg>