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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/svg/filter-refresh-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 unified diff | Download patch
OLDNEW
1 { 1 {
2 "layers": [ 2 "layers": [
3 { 3 {
4 "name": "LayoutView #document", 4 "name": "LayoutView #document",
5 "bounds": [800, 600], 5 "bounds": [800, 600],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "LayoutSVGContainer g", 10 "object": "LayoutSVGContainer g",
(...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after
227 }, 227 },
228 { 228 {
229 "object": "LayoutSVGRect rect id='rect'", 229 "object": "LayoutSVGRect rect id='rect'",
230 "reason": "disappeared" 230 "reason": "disappeared"
231 }, 231 },
232 { 232 {
233 "object": "LayoutSVGRect rect id='rect'", 233 "object": "LayoutSVGRect rect id='rect'",
234 "reason": "disappeared" 234 "reason": "disappeared"
235 }, 235 },
236 { 236 {
237 "object": "LayoutSVGRect rect id='rect'",
238 "reason": "style change"
239 },
240 {
241 "object": "LayoutSVGContainer g", 237 "object": "LayoutSVGContainer g",
242 "reason": "SVG resource change" 238 "reason": "SVG resource change"
243 }, 239 },
244 { 240 {
245 "object": "LayoutSVGContainer use", 241 "object": "LayoutSVGContainer use",
246 "reason": "SVG resource change" 242 "reason": "SVG resource change"
247 }, 243 },
248 { 244 {
249 "object": "LayoutSVGRect rect id='rect'", 245 "object": "LayoutSVGRect rect id='rect'",
250 "reason": "appeared" 246 "reason": "appeared"
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
409 "object": "LayoutSVGRect rect id='filtered'", 405 "object": "LayoutSVGRect rect id='filtered'",
410 "reason": "subtree" 406 "reason": "subtree"
411 }, 407 },
412 { 408 {
413 "object": "LayoutSVGRect rect id='separate2'", 409 "object": "LayoutSVGRect rect id='separate2'",
414 "reason": "style change" 410 "reason": "style change"
415 } 411 }
416 ] 412 ]
417 } 413 }
418 414
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698