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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/svg/relative-sized-use-without-attributes-on-symbol-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 div id='contentBox'", 10 "object": "LayoutBlockFlow div id='contentBox'",
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 }, 66 },
67 { 67 {
68 "object": "RootInlineBox", 68 "object": "RootInlineBox",
69 "reason": "forced by layout" 69 "reason": "forced by layout"
70 }, 70 },
71 { 71 {
72 "object": "LayoutSVGRoot svg", 72 "object": "LayoutSVGRoot svg",
73 "reason": "forced by layout" 73 "reason": "forced by layout"
74 }, 74 },
75 { 75 {
76 "object": "LayoutSVGHiddenContainer defs",
77 "reason": "location change"
78 },
79 {
80 "object": "LayoutSVGHiddenContainer symbol id='gamesBorder'",
81 "reason": "location change"
82 },
83 {
84 "object": "LayoutSVGPath path", 76 "object": "LayoutSVGPath path",
85 "reason": "bounds change" 77 "reason": "bounds change"
86 }, 78 },
87 { 79 {
88 "object": "LayoutSVGContainer use", 80 "object": "LayoutSVGContainer use",
89 "reason": "bounds change" 81 "reason": "bounds change"
90 }, 82 },
91 { 83 {
92 "object": "LayoutSVGViewportContainer svg id='gamesBorder'", 84 "object": "LayoutSVGViewportContainer svg id='gamesBorder'",
93 "reason": "bounds change" 85 "reason": "bounds change"
94 }, 86 },
95 { 87 {
96 "object": "LayoutSVGPath path", 88 "object": "LayoutSVGPath path",
97 "reason": "bounds change" 89 "reason": "bounds change"
98 } 90 }
99 ] 91 ]
100 } 92 }
101 93
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698