Index: LayoutTests/svg/custom/fill-fallback-none-1.svg |
diff --git a/LayoutTests/svg/custom/fill-fallback-none-1.svg b/LayoutTests/svg/custom/fill-fallback-none-1.svg |
new file mode 100644 |
index 0000000000000000000000000000000000000000..a9c088f3a10062e1a268d8a5d14f9f8ee5db0ae8 |
--- /dev/null |
+++ b/LayoutTests/svg/custom/fill-fallback-none-1.svg |
@@ -0,0 +1,7 @@ |
+<svg xmlns="http://www.w3.org/2000/svg"> |
+ <linearGradient id="lg"> |
+ <stop stop-color="#008000"/> |
+ </linearGradient> |
+ <!-- Test that 'fill' on the 'rect' uses the gradient 'lg'. --> |
+ <rect width="100" height="100" fill="url(#lg) none"/> |
+</svg> |