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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/svg/paintorder-filtered-expected.txt

Issue 2625133003: Handle geometry effects of filters in GeometryMapper (Closed)
Patch Set: Rebaseline tests Created 3 years, 11 months 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/paint/invalidation/svg/paintorder-filtered-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/svg/paintorder-filtered-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/svg/paintorder-filtered-expected.txt
index 0762d8c216673a8fd9c1f19d513edd1f0cf54b4f..57b2706ca88dde50ca68b561d5db4632a2b3c41d 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/svg/paintorder-filtered-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/svg/paintorder-filtered-expected.txt
@@ -33,22 +33,22 @@
},
{
"object": "LayoutSVGPath polygon",
- "rect": [455, 165, 135, 134],
+ "rect": [183, 165, 134, 134],
"reason": "style change"
},
{
- "object": "LayoutSVGPath polygon id='t3'",
- "rect": [319, 165, 135, 134],
+ "object": "LayoutSVGPath polygon",
+ "rect": [456, 165, 133, 134],
"reason": "style change"
},
{
- "object": "LayoutSVGPath polygon",
- "rect": [46, 165, 135, 134],
+ "object": "LayoutSVGPath polygon id='t3'",
+ "rect": [320, 165, 133, 134],
"reason": "style change"
},
{
"object": "LayoutSVGPath polygon",
- "rect": [183, 165, 134, 134],
+ "rect": [47, 165, 133, 134],
"reason": "style change"
},
{

Powered by Google App Engine
This is Rietveld 408576698