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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/svg/feImage-target-attribute-change-with-use-indirection-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-target-attribute-change-with-use-indirection-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/svg/feImage-target-attribute-change-with-use-indirection-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/svg/feImage-target-attribute-change-with-use-indirection-expected.txt
index 967034eb42f0291cf3b57aaa34407a808cc3dafa..bd0d6c1acfb60861893c780e10900df39d5e4a35 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/svg/feImage-target-attribute-change-with-use-indirection-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/svg/feImage-target-attribute-change-with-use-indirection-expected.txt
@@ -10,11 +10,6 @@
"object": "LayoutSVGRect rect",
"rect": [0, 0, 110, 110],
"reason": "full"
- },
- {
- "object": "LayoutSVGRect rect id='rect'",
- "rect": [0, 0, 1, 100],
- "reason": "disappeared"
}
]
}
@@ -25,18 +20,6 @@
"reason": "disappeared"
},
{
- "object": "LayoutSVGRect rect id='rect'",
- "reason": "full"
- },
- {
- "object": "LayoutSVGContainer use id='use'",
- "reason": "geometry"
- },
- {
- "object": "LayoutSVGRect rect id='rect'",
- "reason": "appeared"
- },
- {
"object": "LayoutSVGRect rect",
"reason": "full"
}

Powered by Google App Engine
This is Rietveld 408576698