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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/svg/absolute-sized-content-with-resources-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 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 }, 81 },
82 { 82 {
83 "object": "RootInlineBox", 83 "object": "RootInlineBox",
84 "reason": "forced by layout" 84 "reason": "forced by layout"
85 }, 85 },
86 { 86 {
87 "object": "LayoutSVGRoot svg", 87 "object": "LayoutSVGRoot svg",
88 "reason": "forced by layout" 88 "reason": "forced by layout"
89 }, 89 },
90 { 90 {
91 "object": "LayoutSVGHiddenContainer defs",
92 "reason": "location change"
93 },
94 {
95 "object": "LayoutSVGResourceLinearGradient linearGradient id='gradient'",
96 "reason": "location change"
97 },
98 {
99 "object": "LayoutSVGGradientStop stop",
100 "reason": "location change"
101 },
102 {
103 "object": "LayoutSVGGradientStop stop",
104 "reason": "location change"
105 },
106 {
107 "object": "LayoutSVGResourceMasker mask id='mask'",
108 "reason": "location change"
109 },
110 {
111 "object": "LayoutSVGEllipse circle", 91 "object": "LayoutSVGEllipse circle",
112 "reason": "bounds change" 92 "reason": "bounds change"
113 }, 93 },
114 { 94 {
115 "object": "LayoutSVGEllipse circle", 95 "object": "LayoutSVGEllipse circle",
116 "reason": "location change" 96 "reason": "location change"
117 }, 97 },
118 { 98 {
119 "object": "LayoutSVGEllipse circle", 99 "object": "LayoutSVGEllipse circle",
120 "reason": "bounds change" 100 "reason": "bounds change"
121 }, 101 },
122 { 102 {
123 "object": "LayoutSVGEllipse circle", 103 "object": "LayoutSVGEllipse circle",
124 "reason": "bounds change" 104 "reason": "bounds change"
125 }, 105 },
126 { 106 {
127 "object": "LayoutSVGContainer g", 107 "object": "LayoutSVGContainer g",
128 "reason": "bounds change" 108 "reason": "bounds change"
129 }, 109 },
130 { 110 {
131 "object": "LayoutSVGRect rect", 111 "object": "LayoutSVGRect rect",
132 "reason": "bounds change" 112 "reason": "bounds change"
133 } 113 }
134 ] 114 ]
135 } 115 }
136 116
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698