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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/svg/repaint-moving-svg-and-div-expected.txt

Issue 2751183002: Update reason after full paint invalidation (Closed)
Patch Set: rebaseline-cl Created 3 years, 9 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
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 (positioned) div id='html' class='outerBox' ", 10 "object": "LayoutBlockFlow (positioned) div id='html' class='outerBox' ",
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
178 }, 178 },
179 { 179 {
180 "object": "LayoutSVGRoot (positioned) svg id='svg'", 180 "object": "LayoutSVGRoot (positioned) svg id='svg'",
181 "rect": [130, 150, 150, 150], 181 "rect": [130, 150, 150, 150],
182 "reason": "bounds change" 182 "reason": "bounds change"
183 }, 183 },
184 { 184 {
185 "object": "LayoutSVGRoot (positioned) svg id='svg'", 185 "object": "LayoutSVGRoot (positioned) svg id='svg'",
186 "rect": [100, 100, 150, 150], 186 "rect": [100, 100, 150, 150],
187 "reason": "bounds change" 187 "reason": "bounds change"
188 },
189 {
190 "object": "LayoutBlockFlow div class='innerBox'",
191 "rect": [575, 375, 100, 100],
192 "reason": "bounds change"
193 },
194 {
195 "object": "LayoutBlockFlow div class='innerBox'",
196 "rect": [560, 350, 100, 100],
197 "reason": "bounds change"
198 },
199 {
200 "object": "LayoutBlockFlow div class='innerBox'",
201 "rect": [560, 350, 100, 100],
202 "reason": "bounds change"
203 },
204 {
205 "object": "LayoutBlockFlow div class='innerBox'",
206 "rect": [545, 325, 100, 100],
207 "reason": "bounds change"
208 },
209 {
210 "object": "LayoutBlockFlow div class='innerBox'",
211 "rect": [545, 325, 100, 100],
212 "reason": "bounds change"
213 },
214 {
215 "object": "LayoutBlockFlow div class='innerBox'",
216 "rect": [530, 300, 100, 100],
217 "reason": "bounds change"
218 },
219 {
220 "object": "LayoutBlockFlow div class='innerBox'",
221 "rect": [530, 300, 100, 100],
222 "reason": "bounds change"
223 },
224 {
225 "object": "LayoutBlockFlow div class='innerBox'",
226 "rect": [515, 275, 100, 100],
227 "reason": "bounds change"
228 },
229 {
230 "object": "LayoutBlockFlow div class='innerBox'",
231 "rect": [515, 275, 100, 100],
232 "reason": "bounds change"
233 },
234 {
235 "object": "LayoutBlockFlow div class='innerBox'",
236 "rect": [500, 250, 100, 100],
237 "reason": "bounds change"
238 },
239 {
240 "object": "LayoutBlockFlow div class='innerBox'",
241 "rect": [500, 250, 100, 100],
242 "reason": "bounds change"
243 },
244 {
245 "object": "LayoutBlockFlow div class='innerBox'",
246 "rect": [485, 225, 100, 100],
247 "reason": "bounds change"
248 },
249 {
250 "object": "LayoutBlockFlow div class='innerBox'",
251 "rect": [485, 225, 100, 100],
252 "reason": "bounds change"
253 },
254 {
255 "object": "LayoutBlockFlow div class='innerBox'",
256 "rect": [470, 200, 100, 100],
257 "reason": "bounds change"
258 },
259 {
260 "object": "LayoutBlockFlow div class='innerBox'",
261 "rect": [470, 200, 100, 100],
262 "reason": "bounds change"
263 },
264 {
265 "object": "LayoutBlockFlow div class='innerBox'",
266 "rect": [455, 175, 100, 100],
267 "reason": "bounds change"
268 },
269 {
270 "object": "LayoutBlockFlow div class='innerBox'",
271 "rect": [455, 175, 100, 100],
272 "reason": "bounds change"
273 },
274 {
275 "object": "LayoutBlockFlow div class='innerBox'",
276 "rect": [425, 125, 100, 100],
277 "reason": "bounds change"
278 },
279 {
280 "object": "LayoutSVGRect rect",
281 "rect": [275, 375, 100, 100],
282 "reason": "bounds change"
283 },
284 {
285 "object": "LayoutSVGRect rect",
286 "rect": [260, 350, 100, 100],
287 "reason": "bounds change"
288 },
289 {
290 "object": "LayoutSVGRect rect",
291 "rect": [260, 350, 100, 100],
292 "reason": "bounds change"
293 },
294 {
295 "object": "LayoutSVGRect rect",
296 "rect": [245, 325, 100, 100],
297 "reason": "bounds change"
298 },
299 {
300 "object": "LayoutSVGRect rect",
301 "rect": [245, 325, 100, 100],
302 "reason": "bounds change"
303 },
304 {
305 "object": "LayoutSVGRect rect",
306 "rect": [230, 300, 100, 100],
307 "reason": "bounds change"
308 },
309 {
310 "object": "LayoutSVGRect rect",
311 "rect": [230, 300, 100, 100],
312 "reason": "bounds change"
313 },
314 {
315 "object": "LayoutSVGRect rect",
316 "rect": [215, 275, 100, 100],
317 "reason": "bounds change"
318 },
319 {
320 "object": "LayoutSVGRect rect",
321 "rect": [215, 275, 100, 100],
322 "reason": "bounds change"
323 },
324 {
325 "object": "LayoutSVGRect rect",
326 "rect": [200, 250, 100, 100],
327 "reason": "bounds change"
328 },
329 {
330 "object": "LayoutSVGRect rect",
331 "rect": [200, 250, 100, 100],
332 "reason": "bounds change"
333 },
334 {
335 "object": "LayoutSVGRect rect",
336 "rect": [185, 225, 100, 100],
337 "reason": "bounds change"
338 },
339 {
340 "object": "LayoutSVGRect rect",
341 "rect": [185, 225, 100, 100],
342 "reason": "bounds change"
343 },
344 {
345 "object": "LayoutSVGRect rect",
346 "rect": [170, 200, 100, 100],
347 "reason": "bounds change"
348 },
349 {
350 "object": "LayoutSVGRect rect",
351 "rect": [170, 200, 100, 100],
352 "reason": "bounds change"
353 },
354 {
355 "object": "LayoutSVGRect rect",
356 "rect": [155, 175, 100, 100],
357 "reason": "bounds change"
358 },
359 {
360 "object": "LayoutSVGRect rect",
361 "rect": [155, 175, 100, 100],
362 "reason": "bounds change"
363 },
364 {
365 "object": "LayoutSVGRect rect",
366 "rect": [125, 125, 100, 100],
367 "reason": "bounds change"
368 } 188 }
369 ] 189 ]
370 } 190 }
371 ], 191 ],
372 "objectPaintInvalidations": [ 192 "objectPaintInvalidations": [
373 { 193 {
374 "object": "LayoutSVGRoot (positioned) svg id='svg'", 194 "object": "LayoutSVGRoot (positioned) svg id='svg'",
375 "reason": "bounds change" 195 "reason": "bounds change"
376 }, 196 },
377 { 197 {
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
510 "object": "LayoutBlockFlow (positioned) div id='html' class='outerBox'", 330 "object": "LayoutBlockFlow (positioned) div id='html' class='outerBox'",
511 "reason": "bounds change" 331 "reason": "bounds change"
512 }, 332 },
513 { 333 {
514 "object": "LayoutBlockFlow div class='innerBox'", 334 "object": "LayoutBlockFlow div class='innerBox'",
515 "reason": "bounds change" 335 "reason": "bounds change"
516 } 336 }
517 ] 337 ]
518 } 338 }
519 339
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698