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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/repaint/table-section-repaint-expected.txt

Issue 2081773002: Auto-rebaseline for r400605 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 "name": "Content Root Layer",
2 "bounds": [800, 600], 3 "bounds": [800, 600],
3 "children": [ 4 "children": [
4 { 5 {
6 "name": "LayoutView #document",
5 "bounds": [800, 600], 7 "bounds": [800, 600],
6 "contentsOpaque": true, 8 "contentsOpaque": true,
7 "drawsContent": true, 9 "drawsContent": true,
8 "paintInvalidations": [ 10 "paintInvalidations": [
9 { 11 {
10 "object": "LayoutTableSection TBODY", 12 "object": "LayoutTableSection TBODY",
11 "rect": [8, 218, 60, 60], 13 "rect": [8, 218, 60, 60],
12 "reason": "bounds change" 14 "reason": "bounds change"
13 }, 15 },
14 { 16 {
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
236 "rect": [12, 312, 52, 30], 238 "rect": [12, 312, 52, 30],
237 "reason": "bounds change" 239 "reason": "bounds change"
238 }, 240 },
239 { 241 {
240 "object": "LayoutBlockFlow DIV id='innerDiv'", 242 "object": "LayoutBlockFlow DIV id='innerDiv'",
241 "rect": [33, 308, 10, 15], 243 "rect": [33, 308, 10, 15],
242 "reason": "became visible" 244 "reason": "became visible"
243 } 245 }
244 ] 246 ]
245 } 247 }
248 ],
249 "objectPaintInvalidations": [
250 {
251 "object": "LayoutBlockFlow CAPTION id='caption1' class='blue half'",
252 "reason": "became invisible"
253 },
254 {
255 "object": "LayoutTableSection TBODY",
256 "reason": "bounds change"
257 },
258 {
259 "object": "LayoutTableRow TR",
260 "reason": "bounds change"
261 },
262 {
263 "object": "LayoutTableCell TD class='red half'",
264 "reason": "bounds change"
265 },
266 {
267 "object": "LayoutTableRow TR",
268 "reason": "bounds change"
269 },
270 {
271 "object": "LayoutTableCell TD class='green half'",
272 "reason": "bounds change"
273 },
274 {
275 "object": "LayoutTableCell TD",
276 "reason": "became invisible"
277 },
278 {
279 "object": "LayoutBlockFlow DIV id='top' class='blue half'",
280 "reason": "became invisible"
281 },
282 {
283 "object": "LayoutTableSection TBODY",
284 "reason": "bounds change"
285 },
286 {
287 "object": "LayoutTableRow TR",
288 "reason": "bounds change"
289 },
290 {
291 "object": "LayoutTableCell TD class='red half'",
292 "reason": "bounds change"
293 },
294 {
295 "object": "LayoutTableRow TR",
296 "reason": "bounds change"
297 },
298 {
299 "object": "LayoutTableCell TD class='green half'",
300 "reason": "bounds change"
301 },
302 {
303 "object": "LayoutBlockFlow CAPTION id='caption2' class='zero'",
304 "reason": "became visible"
305 },
306 {
307 "object": "LayoutTableSection TBODY",
308 "reason": "bounds change"
309 },
310 {
311 "object": "LayoutTableRow TR",
312 "reason": "bounds change"
313 },
314 {
315 "object": "LayoutTableCell TD class='green half'",
316 "reason": "bounds change"
317 },
318 {
319 "object": "LayoutTableRow TR",
320 "reason": "bounds change"
321 },
322 {
323 "object": "LayoutTableCell TD class='red half'",
324 "reason": "bounds change"
325 },
326 {
327 "object": "LayoutTable TABLE",
328 "reason": "incremental"
329 },
330 {
331 "object": "LayoutBlockFlow DIV id='innerDiv'",
332 "reason": "became visible"
333 },
334 {
335 "object": "LayoutTableSection TBODY",
336 "reason": "bounds change"
337 },
338 {
339 "object": "LayoutTableRow TR",
340 "reason": "bounds change"
341 },
342 {
343 "object": "LayoutTableCell TD class='half'",
344 "reason": "bounds change"
345 },
346 {
347 "object": "LayoutTableRow TR",
348 "reason": "bounds change"
349 },
350 {
351 "object": "LayoutTableCell TD class='half'",
352 "reason": "bounds change"
353 }
246 ] 354 ]
247 } 355 }
248 356
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698