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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/svg/use-setAttribute-crash-expected.txt

Issue 2483953002: Separate forced subtree invalidation reasons for location change and SVG resource change (Closed)
Patch Set: rebaseline-cl Created 4 years, 1 month 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": "LayoutBlockFlow body", 10 "object": "LayoutBlockFlow body",
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 }, 64 },
65 { 65 {
66 "object": "RootInlineBox", 66 "object": "RootInlineBox",
67 "reason": "forced by layout" 67 "reason": "forced by layout"
68 }, 68 },
69 { 69 {
70 "object": "LayoutSVGRoot svg:svg id='svg'", 70 "object": "LayoutSVGRoot svg:svg id='svg'",
71 "reason": "full" 71 "reason": "full"
72 }, 72 },
73 { 73 {
74 "object": "LayoutSVGHiddenContainer svg:defs",
75 "reason": "location change"
76 },
77 {
78 "object": "LayoutSVGHiddenContainer svg:symbol id='symbol'",
79 "reason": "location change"
80 },
81 {
82 "object": "LayoutSVGEllipse svg:circle id='circle'", 74 "object": "LayoutSVGEllipse svg:circle id='circle'",
83 "reason": "full" 75 "reason": "full"
84 }, 76 },
85 { 77 {
86 "object": "LayoutSVGContainer svg:use id='use'", 78 "object": "LayoutSVGContainer svg:use id='use'",
87 "reason": "full" 79 "reason": "full"
88 }, 80 },
89 { 81 {
90 "object": "LayoutSVGViewportContainer svg id='symbol'", 82 "object": "LayoutSVGViewportContainer svg id='symbol'",
91 "reason": "layoutObject insertion" 83 "reason": "layoutObject insertion"
92 }, 84 },
93 { 85 {
94 "object": "LayoutSVGEllipse svg:circle id='circle'", 86 "object": "LayoutSVGEllipse svg:circle id='circle'",
95 "reason": "layoutObject insertion" 87 "reason": "layoutObject insertion"
96 } 88 }
97 ] 89 ]
98 } 90 }
99 91
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698