Index: LayoutTests/svg/custom/pattern-within-other-pattern-expected.html |
diff --git a/LayoutTests/svg/custom/pattern-within-other-pattern-expected.html b/LayoutTests/svg/custom/pattern-within-other-pattern-expected.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..b8716017fd68d112327ef842a5b0544908455cbe |
--- /dev/null |
+++ b/LayoutTests/svg/custom/pattern-within-other-pattern-expected.html |
@@ -0,0 +1,7 @@ |
+<!DOCTYPE html> |
+<svg width="100" height="100"> |
+ <pattern id="p" width="1" height="1"> |
+ <rect width="100" height="100" fill="green"/> |
+ </pattern> |
+ <rect width="100" height="100" fill="url(#p)"/> |
+</svg> |