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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/svg/feImage-remove-target-expected.txt

Issue 2888253002: Skip both paint and raster invalidation for LayoutSVGHiddenContainer subtree (Closed)
Patch Set: Rebaseline-cl Created 3 years, 7 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/feImage-remove-target-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/svg/feImage-remove-target-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/svg/feImage-remove-target-expected.txt
index d4330a2a93c3295f0a72cb5200086f1db45a9fba..bd0d6c1acfb60861893c780e10900df39d5e4a35 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/svg/feImage-remove-target-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/svg/feImage-remove-target-expected.txt
@@ -10,11 +10,6 @@
"object": "LayoutSVGRect rect",
"rect": [0, 0, 110, 110],
"reason": "full"
- },
- {
- "object": "LayoutSVGRect rect id='rect'",
- "rect": [0, 0, 100, 100],
- "reason": "disappeared"
}
]
}
@@ -25,10 +20,6 @@
"reason": "disappeared"
},
{
- "object": "LayoutSVGResourceFilterPrimitive feImage id='feimage'",
- "reason": "full"
- },
- {
"object": "LayoutSVGRect rect",
"reason": "full"
}

Powered by Google App Engine
This is Rietveld 408576698