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