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