Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / animations / mozilla / animateMotion-indefinite-to-1.svg
blob12c62da2c8c7333b9848c612e1248656014ee47c
1 <svg xmlns="http://www.w3.org/2000/svg">
2 <!-- Test that an indefinite to-animation just sticks to the base value for
3 animateMotion. -->
4 <rect width="100%" height="100%" fill="lime"/>
6 <rect x="15" y="15" width="100" height="100" fill="red"/>
7 <rect x="15" y="15" width="100" height="100" fill="lime">
8 <animateMotion to="500,500" dur="indefinite"/>
9 </rect>
10 </svg>