Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / animations / resources / viewspec-checkaspectparams.svg
bloba7a745c45482915f53ba794a39c080ee5ad11dbe
1 <svg xmlns="http://www.w3.org/2000/svg">
2 <rect x="0" y="0" width="500" height="500" fill="green"/>
3 <set attributeName="preserveAspectRatio" to="xMaxYMin" begin="0s" fill="freeze"/>
4 </svg>