Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / animations / no-attr-pattern-patterncontentunits.svg
blob5b1d70db3ff412b4c4efbb953a88ececd14bd8a3
1 <svg xmlns="http://www.w3.org/2000/svg">
2 <pattern id="pattern" patternUnits="userSpaceOnUse" width="100" height="100">
3 <rect width="1" height="1" fill="#008000"/>
4 <set attributeName="patternContentUnits" to="objectBoundingBox" fill="freeze"/>
5 </pattern>
6 <rect width="100" height="100" fill="#ff0000"/>
7 <rect width="100" height="100" fill="url(#pattern)"/>
8 </svg>