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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/table-shrink-row-repaint-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": [785, 850],
6 "contentsOpaque": true,
7 "drawsContent": true,
8 "paintInvalidations": [
9 {
10 "object": "LayoutView #document",
11 "rect": [0, 850, 785, 200],
12 "reason": "incremental"
13 },
14 {
15 "object": "LayoutTableCell TD id='resizeMe'",
16 "rect": [8, 117, 769, 205],
17 "reason": "incremental"
18 },
19 {
20 "object": "LayoutTableCell TD",
21 "rect": [8, 982, 769, 60],
22 "reason": "bounds change"
23 },
24 {
25 "object": "LayoutTableCell TD",
26 "rect": [8, 922, 769, 60],
27 "reason": "bounds change"
28 },
29 {
30 "object": "LayoutTableCell TD",
31 "rect": [8, 862, 769, 60],
32 "reason": "bounds change"
33 },
34 {
35 "object": "LayoutTableCell TD",
36 "rect": [8, 802, 769, 60],
37 "reason": "bounds change"
38 },
39 {
40 "object": "LayoutTableCell TD",
41 "rect": [8, 782, 769, 60],
42 "reason": "bounds change"
43 },
44 {
45 "object": "LayoutTableCell TD",
46 "rect": [8, 742, 769, 60],
47 "reason": "bounds change"
48 },
49 {
50 "object": "LayoutTableCell TD",
51 "rect": [8, 722, 769, 60],
52 "reason": "bounds change"
53 },
54 {
55 "object": "LayoutTableCell TD",
56 "rect": [8, 682, 769, 60],
57 "reason": "bounds change"
58 },
59 {
60 "object": "LayoutTableCell TD",
61 "rect": [8, 662, 769, 60],
62 "reason": "bounds change"
63 },
64 {
65 "object": "LayoutTableCell TD",
66 "rect": [8, 622, 769, 60],
67 "reason": "bounds change"
68 },
69 {
70 "object": "LayoutTableCell TD",
71 "rect": [8, 602, 769, 60],
72 "reason": "bounds change"
73 },
74 {
75 "object": "LayoutTableCell TD",
76 "rect": [8, 562, 769, 60],
77 "reason": "bounds change"
78 },
79 {
80 "object": "LayoutTableCell TD",
81 "rect": [8, 542, 769, 60],
82 "reason": "bounds change"
83 },
84 {
85 "object": "LayoutTableCell TD",
86 "rect": [8, 502, 769, 60],
87 "reason": "bounds change"
88 },
89 {
90 "object": "LayoutTableCell TD",
91 "rect": [8, 482, 769, 60],
92 "reason": "bounds change"
93 },
94 {
95 "object": "LayoutTableCell TD",
96 "rect": [8, 442, 769, 60],
97 "reason": "bounds change"
98 },
99 {
100 "object": "LayoutTableCell TD",
101 "rect": [8, 422, 769, 60],
102 "reason": "bounds change"
103 },
104 {
105 "object": "LayoutTableCell TD",
106 "rect": [8, 382, 769, 60],
107 "reason": "bounds change"
108 },
109 {
110 "object": "LayoutTableCell TD",
111 "rect": [8, 362, 769, 60],
112 "reason": "bounds change"
113 },
114 {
115 "object": "LayoutTableCell TD",
116 "rect": [8, 322, 769, 60],
117 "reason": "bounds change"
118 },
119 {
120 "object": "LayoutTableCell TD",
121 "rect": [8, 302, 769, 60],
122 "reason": "bounds change"
123 },
124 {
125 "object": "LayoutTableCell TD",
126 "rect": [8, 242, 769, 60],
127 "reason": "bounds change"
128 },
129 {
130 "object": "LayoutTableCell TD",
131 "rect": [8, 182, 769, 60],
132 "reason": "bounds change"
133 },
134 {
135 "object": "LayoutTableCell TD",
136 "rect": [8, 122, 769, 60],
137 "reason": "bounds change"
138 }
139 ]
140 }
141 ],
142 "objectPaintInvalidations": [
143 {
144 "object": "LayoutView #document",
145 "reason": "incremental"
146 },
147 {
148 "object": "LayoutTableCell TD id='resizeMe'",
149 "reason": "incremental"
150 },
151 {
152 "object": "LayoutTableCell TD",
153 "reason": "bounds change"
154 },
155 {
156 "object": "RootInlineBox",
157 "reason": "bounds change"
158 },
159 {
160 "object": "LayoutText #text",
161 "reason": "bounds change"
162 },
163 {
164 "object": "InlineTextBox '2'",
165 "reason": "bounds change"
166 },
167 {
168 "object": "LayoutTableCell TD",
169 "reason": "bounds change"
170 },
171 {
172 "object": "RootInlineBox",
173 "reason": "bounds change"
174 },
175 {
176 "object": "LayoutText #text",
177 "reason": "bounds change"
178 },
179 {
180 "object": "InlineTextBox '3'",
181 "reason": "bounds change"
182 },
183 {
184 "object": "LayoutTableCell TD",
185 "reason": "bounds change"
186 },
187 {
188 "object": "RootInlineBox",
189 "reason": "bounds change"
190 },
191 {
192 "object": "LayoutText #text",
193 "reason": "bounds change"
194 },
195 {
196 "object": "InlineTextBox '4'",
197 "reason": "bounds change"
198 },
199 {
200 "object": "LayoutTableCell TD",
201 "reason": "bounds change"
202 },
203 {
204 "object": "RootInlineBox",
205 "reason": "bounds change"
206 },
207 {
208 "object": "LayoutText #text",
209 "reason": "bounds change"
210 },
211 {
212 "object": "InlineTextBox '5'",
213 "reason": "bounds change"
214 },
215 {
216 "object": "LayoutTableCell TD",
217 "reason": "bounds change"
218 },
219 {
220 "object": "RootInlineBox",
221 "reason": "bounds change"
222 },
223 {
224 "object": "LayoutText #text",
225 "reason": "bounds change"
226 },
227 {
228 "object": "InlineTextBox '6'",
229 "reason": "bounds change"
230 },
231 {
232 "object": "LayoutTableCell TD",
233 "reason": "bounds change"
234 },
235 {
236 "object": "RootInlineBox",
237 "reason": "bounds change"
238 },
239 {
240 "object": "LayoutText #text",
241 "reason": "bounds change"
242 },
243 {
244 "object": "InlineTextBox '7'",
245 "reason": "bounds change"
246 },
247 {
248 "object": "LayoutTableCell TD",
249 "reason": "bounds change"
250 },
251 {
252 "object": "RootInlineBox",
253 "reason": "bounds change"
254 },
255 {
256 "object": "LayoutText #text",
257 "reason": "bounds change"
258 },
259 {
260 "object": "InlineTextBox '8'",
261 "reason": "bounds change"
262 },
263 {
264 "object": "LayoutTableCell TD",
265 "reason": "bounds change"
266 },
267 {
268 "object": "RootInlineBox",
269 "reason": "bounds change"
270 },
271 {
272 "object": "LayoutText #text",
273 "reason": "bounds change"
274 },
275 {
276 "object": "InlineTextBox '9'",
277 "reason": "bounds change"
278 },
279 {
280 "object": "LayoutTableCell TD",
281 "reason": "bounds change"
282 },
283 {
284 "object": "RootInlineBox",
285 "reason": "bounds change"
286 },
287 {
288 "object": "LayoutText #text",
289 "reason": "bounds change"
290 },
291 {
292 "object": "InlineTextBox '10'",
293 "reason": "bounds change"
294 },
295 {
296 "object": "LayoutTableCell TD",
297 "reason": "bounds change"
298 },
299 {
300 "object": "RootInlineBox",
301 "reason": "bounds change"
302 },
303 {
304 "object": "LayoutText #text",
305 "reason": "bounds change"
306 },
307 {
308 "object": "InlineTextBox '11'",
309 "reason": "bounds change"
310 },
311 {
312 "object": "LayoutTableCell TD",
313 "reason": "bounds change"
314 },
315 {
316 "object": "RootInlineBox",
317 "reason": "bounds change"
318 },
319 {
320 "object": "LayoutText #text",
321 "reason": "bounds change"
322 },
323 {
324 "object": "InlineTextBox '12'",
325 "reason": "bounds change"
326 },
327 {
328 "object": "LayoutTableCell TD",
329 "reason": "bounds change"
330 },
331 {
332 "object": "RootInlineBox",
333 "reason": "bounds change"
334 },
335 {
336 "object": "LayoutText #text",
337 "reason": "bounds change"
338 },
339 {
340 "object": "InlineTextBox '13'",
341 "reason": "bounds change"
342 }
343 ]
344 }
345
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698