Index: third_party/WebKit/LayoutTests/svg/css/currentColor-inheritance-about-fill-color.svg |
diff --git a/third_party/WebKit/LayoutTests/svg/css/currentColor-inheritance-about-fill-color.svg b/third_party/WebKit/LayoutTests/svg/css/currentColor-inheritance-about-fill-color.svg |
new file mode 100644 |
index 0000000000000000000000000000000000000000..dc6fd3625270cc488a9d80a9ca344dda5deef832 |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/svg/css/currentColor-inheritance-about-fill-color.svg |
@@ -0,0 +1,8 @@ |
+<svg xmlns="http://www.w3.org/2000/svg"> |
+ <g fill="currentColor" color="red"> |
+ <rect width="100" height="100" color="green"/> |
+ </g> |
+ <g fill="currentColor" color="red"> |
+ <rect x="100" width="100" height="100" fill="currentColor" color="green"/> |
+ </g> |
+</svg> |