| Index: LayoutTests/svg/animations/no-attr-pattern-patternunits.svg
|
| diff --git a/LayoutTests/svg/animations/no-attr-pattern-patternunits.svg b/LayoutTests/svg/animations/no-attr-pattern-patternunits.svg
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..a875fd2b1fcc668051b01e9a1c0be6b1de3bd5a1
|
| --- /dev/null
|
| +++ b/LayoutTests/svg/animations/no-attr-pattern-patternunits.svg
|
| @@ -0,0 +1,8 @@
|
| +<svg xmlns="http://www.w3.org/2000/svg">
|
| + <pattern id="pattern" width="50" height="50">
|
| + <rect width="50" height="50" fill="#008000"/>
|
| + <set attributeName="patternUnits" to="userSpaceOnUse" fill="freeze"/>
|
| + </pattern>
|
| + <rect width="100" height="100" fill="#ff0000"/>
|
| + <rect width="100" height="100" fill="url(#pattern)"/>
|
| +</svg>
|
|
|