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

Unified Diff: third_party/WebKit/LayoutTests/svg/repaint/color-fill-currentColor-and-css-expected.txt

Issue 1455153003: Fix animation of 'color' w/ currentColor for SVG 'fill' and 'stroke' (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/repaint/color-fill-currentColor-and-css-expected.txt
diff --git a/third_party/WebKit/LayoutTests/svg/custom/fill-opacity-update-expected.txt b/third_party/WebKit/LayoutTests/svg/repaint/color-fill-currentColor-and-css-expected.txt
similarity index 75%
copy from third_party/WebKit/LayoutTests/svg/custom/fill-opacity-update-expected.txt
copy to third_party/WebKit/LayoutTests/svg/repaint/color-fill-currentColor-and-css-expected.txt
index 31422ac5655400233df4cc79095f8bf0bbceee9b..7d6fa1d3329add7b4e05a387d9db57a1f28a8110 100644
--- a/third_party/WebKit/LayoutTests/svg/custom/fill-opacity-update-expected.txt
+++ b/third_party/WebKit/LayoutTests/svg/repaint/color-fill-currentColor-and-css-expected.txt
@@ -6,9 +6,11 @@
"contentsOpaque": true,
"drawsContent": true,
"repaintRects": [
- [0, 0, 200, 200]
+ [8, 8, 80, 80],
+ [8, 8, 80, 80]
],
"paintInvalidationClients": [
+ "LayoutSVGEllipse circle",
"LayoutSVGEllipse circle"
]
}

Powered by Google App Engine
This is Rietveld 408576698