gecko/layout/reftests/svg/smil/anim-indefinite-to-1.svg
Brian Birtles ecbab21a00 Bug 614879 - SVG SMIL: Fix indefinite to-animation; r=dholbert, a=roc
--HG--
extra : rebase_source : 9abf06da6a8e24f814623c370e66d77ec467c0e6
2010-12-05 13:13:31 +00:00

8 lines
298 B
XML

<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>