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

Unified Diff: third_party/WebKit/LayoutTests/svg/css/currentColor-inheritance-about-fill-color-expected.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-expected.svg
diff --git a/third_party/WebKit/LayoutTests/svg/custom/feDisplacementMap-invalid-selector-expected.svg b/third_party/WebKit/LayoutTests/svg/css/currentColor-inheritance-about-fill-color-expected.svg
similarity index 63%
copy from third_party/WebKit/LayoutTests/svg/custom/feDisplacementMap-invalid-selector-expected.svg
copy to third_party/WebKit/LayoutTests/svg/css/currentColor-inheritance-about-fill-color-expected.svg
index c00ca87d5183306e26bf2cbe85a4d328f67682ee..3d4df259eefc8c770d9c85d8c1f13847a63d9745 100644
--- a/third_party/WebKit/LayoutTests/svg/custom/feDisplacementMap-invalid-selector-expected.svg
+++ b/third_party/WebKit/LayoutTests/svg/css/currentColor-inheritance-about-fill-color-expected.svg
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg">
<rect width="100" height="100" fill="green"/>
+ <rect x="100" width="100" height="100" fill="green"/>
</svg>

Powered by Google App Engine
This is Rietveld 408576698