Index: LayoutTests/svg/animations/no-attr-radialgradient-fx-expected.svg |
diff --git a/LayoutTests/svg/animations/no-attr-radialgradient-fx-expected.svg b/LayoutTests/svg/animations/no-attr-radialgradient-fx-expected.svg |
new file mode 100644 |
index 0000000000000000000000000000000000000000..1dd42a87bea224c8dd47262482860fecef85311b |
--- /dev/null |
+++ b/LayoutTests/svg/animations/no-attr-radialgradient-fx-expected.svg |
@@ -0,0 +1,7 @@ |
+<svg xmlns="http://www.w3.org/2000/svg"> |
+ <radialGradient id="gradient" fx="25%"> |
+ <stop stop-color="#000080" offset="0"/> |
+ <stop stop-color="#008000" offset="1"/> |
+ </radialGradient> |
+ <rect width="100" height="100" fill="url(#gradient)"/> |
+</svg> |