Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(63)

Unified Diff: third_party/WebKit/LayoutTests/svg/css/currentColor-inheritance-about-fill-color.svg

Issue 1545673002: Inherit 'currentColor' as 'currentColor' for 'fill'/'stroke' properties (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698