Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / animations / no-attr-pattern-patternunits.svg
bloba875fd2b1fcc668051b01e9a1c0be6b1de3bd5a1
1 <svg xmlns="http://www.w3.org/2000/svg">
2 <pattern id="pattern" width="50" height="50">
3 <rect width="50" height="50" fill="#008000"/>
4 <set attributeName="patternUnits" to="userSpaceOnUse" fill="freeze"/>
5 </pattern>
6 <rect width="100" height="100" fill="#ff0000"/>
7 <rect width="100" height="100" fill="url(#pattern)"/>
8 </svg>