Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / animations / resources / animation-policy.svg
blob0d34187e04df5a50ec535236c3193517882eb6bd
1 <svg xmlns="http://www.w3.org/2000/svg">
3 <rect x="50" y="0" width="100" height="100" fill="green">
4 <animate id="animation" attributeName="y" begin="0s" dur="3s" values="30;50;100" calcMode="discrete" repeatCount="indefinite"/>
5 </rect>
6 </svg>