Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / animations / mozilla / animateMotion-indefinite-to-2.svg
blob82f5a61a05561e478ff8c7ca3d623b900046172a
1 <svg xmlns="http://www.w3.org/2000/svg">
2 <!-- Test that an indefinite to-animation with discrete calcMode applies
3 the underlying value for the whole time. -->
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 calcMode="discrete"/>
10 </rect>
11 </svg>