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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/paint/invalidation/svg/use-detach-expected.txt

Issue 2872423002: Tweak PaintInvalidationReasons (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
(Empty)
1 {
2 "layers": [
3 {
4 "name": "LayoutView #document",
5 "bounds": [800, 600],
6 "contentsOpaque": true,
7 "drawsContent": true,
8 "paintInvalidations": [
9 {
10 "object": "LayoutSVGContainer g id='use'",
11 "rect": [210, 58, 44, 64],
12 "reason": "layoutObject insertion"
13 },
14 {
15 "object": "LayoutSVGContainer g id='use'",
16 "rect": [210, 58, 44, 64],
17 "reason": "layoutObject insertion"
18 },
19 {
20 "object": "LayoutSVGContainer g id='use'",
21 "rect": [210, 58, 44, 64],
22 "reason": "layoutObject removal"
23 },
24 {
25 "object": "LayoutSVGContainer use",
26 "rect": [210, 58, 44, 38],
27 "reason": "layoutObject removal"
28 },
29 {
30 "object": "LayoutSVGInlineText #text",
31 "rect": [210, 58, 44, 38],
32 "reason": "layoutObject removal"
33 },
34 {
35 "object": "LayoutSVGText text id='use_text'",
36 "rect": [210, 58, 44, 38],
37 "reason": "layoutObject removal"
38 },
39 {
40 "object": "LayoutSVGContainer use",
41 "rect": [218, 94, 28, 28],
42 "reason": "layoutObject insertion"
43 },
44 {
45 "object": "LayoutSVGContainer use",
46 "rect": [218, 94, 28, 28],
47 "reason": "layoutObject insertion"
48 },
49 {
50 "object": "LayoutSVGContainer use",
51 "rect": [218, 94, 28, 28],
52 "reason": "layoutObject removal"
53 },
54 {
55 "object": "LayoutSVGEllipse circle id='use_circle'",
56 "rect": [218, 94, 28, 28],
57 "reason": "layoutObject insertion"
58 },
59 {
60 "object": "LayoutSVGEllipse circle id='use_circle'",
61 "rect": [218, 94, 28, 28],
62 "reason": "layoutObject insertion"
63 },
64 {
65 "object": "LayoutSVGEllipse circle id='use_circle'",
66 "rect": [218, 94, 28, 28],
67 "reason": "layoutObject removal"
68 },
69 {
70 "object": "LayoutSVGContainer use",
71 "rect": [41, 19, 18, 16],
72 "reason": "layoutObject removal"
73 },
74 {
75 "object": "LayoutSVGContainer use",
76 "rect": [41, 19, 18, 16],
77 "reason": "layoutObject removal"
78 },
79 {
80 "object": "LayoutSVGInlineText #text",
81 "rect": [41, 19, 18, 16],
82 "reason": "layoutObject removal"
83 },
84 {
85 "object": "LayoutSVGInlineText #text",
86 "rect": [41, 19, 18, 16],
87 "reason": "layoutObject removal"
88 },
89 {
90 "object": "LayoutSVGText text id='use_text'",
91 "rect": [41, 19, 18, 16],
92 "reason": "layoutObject removal"
93 },
94 {
95 "object": "LayoutSVGText text id='use_text'",
96 "rect": [41, 19, 18, 16],
97 "reason": "layoutObject removal"
98 },
99 {
100 "object": "LayoutSVGContainer use",
101 "rect": [44, 34, 12, 12],
102 "reason": "layoutObject removal"
103 },
104 {
105 "object": "LayoutSVGContainer use",
106 "rect": [44, 34, 12, 12],
107 "reason": "layoutObject removal"
108 },
109 {
110 "object": "LayoutSVGEllipse circle id='use_circle'",
111 "rect": [44, 34, 12, 12],
112 "reason": "layoutObject removal"
113 },
114 {
115 "object": "LayoutSVGEllipse circle id='use_circle'",
116 "rect": [44, 34, 12, 12],
117 "reason": "layoutObject removal"
118 }
119 ]
120 }
121 ],
122 "objectPaintInvalidations": [
123 {
124 "object": "LayoutSVGInlineText #text",
125 "reason": "layoutObject removal"
126 },
127 {
128 "object": "LayoutSVGText text id='use_text'",
129 "reason": "layoutObject removal"
130 },
131 {
132 "object": "LayoutSVGContainer use",
133 "reason": "layoutObject removal"
134 },
135 {
136 "object": "LayoutSVGEllipse circle id='use_circle'",
137 "reason": "layoutObject removal"
138 },
139 {
140 "object": "LayoutSVGContainer use",
141 "reason": "layoutObject removal"
142 },
143 {
144 "object": "LayoutSVGHiddenContainer g id='use'",
145 "reason": "layoutObject removal"
146 },
147 {
148 "object": "LayoutSVGContainer g id='use'",
149 "reason": "layoutObject insertion"
150 },
151 {
152 "object": "LayoutSVGContainer use",
153 "reason": "layoutObject insertion"
154 },
155 {
156 "object": "LayoutSVGText text id='use_text'",
157 "reason": "layoutObject insertion"
158 },
159 {
160 "object": "RootInlineBox",
161 "reason": "layoutObject insertion"
162 },
163 {
164 "object": "LayoutSVGInlineText #text",
165 "reason": "layoutObject insertion"
166 },
167 {
168 "object": "InlineTextBox 'use'",
169 "reason": "layoutObject insertion"
170 },
171 {
172 "object": "LayoutSVGContainer use",
173 "reason": "layoutObject insertion"
174 },
175 {
176 "object": "LayoutSVGEllipse circle id='use_circle'",
177 "reason": "layoutObject insertion"
178 },
179 {
180 "object": "LayoutSVGInlineText #text",
181 "reason": "layoutObject removal"
182 },
183 {
184 "object": "LayoutSVGText text id='use_text'",
185 "reason": "layoutObject removal"
186 },
187 {
188 "object": "LayoutSVGContainer use",
189 "reason": "layoutObject removal"
190 },
191 {
192 "object": "LayoutSVGEllipse circle id='use_circle'",
193 "reason": "layoutObject removal"
194 },
195 {
196 "object": "LayoutSVGContainer use",
197 "reason": "layoutObject removal"
198 },
199 {
200 "object": "LayoutSVGContainer g id='use'",
201 "reason": "layoutObject removal"
202 },
203 {
204 "object": "LayoutSVGHiddenContainer g id='use'",
205 "reason": "layoutObject insertion"
206 },
207 {
208 "object": "LayoutSVGContainer use",
209 "reason": "layoutObject insertion"
210 },
211 {
212 "object": "LayoutSVGText text id='use_text'",
213 "reason": "layoutObject insertion"
214 },
215 {
216 "object": "RootInlineBox",
217 "reason": "layoutObject insertion"
218 },
219 {
220 "object": "LayoutSVGInlineText #text",
221 "reason": "layoutObject insertion"
222 },
223 {
224 "object": "InlineTextBox 'use'",
225 "reason": "layoutObject insertion"
226 },
227 {
228 "object": "LayoutSVGContainer use",
229 "reason": "layoutObject insertion"
230 },
231 {
232 "object": "LayoutSVGEllipse circle id='use_circle'",
233 "reason": "layoutObject insertion"
234 },
235 {
236 "object": "LayoutSVGInlineText #text",
237 "reason": "layoutObject removal"
238 },
239 {
240 "object": "LayoutSVGText text id='use_text'",
241 "reason": "layoutObject removal"
242 },
243 {
244 "object": "LayoutSVGContainer use",
245 "reason": "layoutObject removal"
246 },
247 {
248 "object": "LayoutSVGEllipse circle id='use_circle'",
249 "reason": "layoutObject removal"
250 },
251 {
252 "object": "LayoutSVGContainer use",
253 "reason": "layoutObject removal"
254 },
255 {
256 "object": "LayoutSVGHiddenContainer g id='use'",
257 "reason": "layoutObject removal"
258 },
259 {
260 "object": "LayoutSVGContainer g id='use'",
261 "reason": "layoutObject insertion"
262 },
263 {
264 "object": "LayoutSVGContainer use",
265 "reason": "layoutObject insertion"
266 },
267 {
268 "object": "LayoutSVGText text id='use_text'",
269 "reason": "layoutObject insertion"
270 },
271 {
272 "object": "RootInlineBox",
273 "reason": "layoutObject insertion"
274 },
275 {
276 "object": "LayoutSVGInlineText #text",
277 "reason": "layoutObject insertion"
278 },
279 {
280 "object": "InlineTextBox 'use'",
281 "reason": "layoutObject insertion"
282 },
283 {
284 "object": "LayoutSVGContainer use",
285 "reason": "layoutObject insertion"
286 },
287 {
288 "object": "LayoutSVGEllipse circle id='use_circle'",
289 "reason": "layoutObject insertion"
290 }
291 ]
292 }
293
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698