| OLD | NEW |
| 1 { | 1 { |
| 2 "bounds": [800, 600], | 2 "bounds": [800, 600], |
| 3 "children": [ | 3 "children": [ |
| 4 { | 4 { |
| 5 "bounds": [800, 600], | 5 "bounds": [800, 600], |
| 6 "contentsOpaque": true, | 6 "contentsOpaque": true, |
| 7 "drawsContent": true, | 7 "drawsContent": true, |
| 8 "repaintRects": [ | 8 "paintInvalidations": [ |
| 9 [10, 170, 42, 20], | 9 { |
| 10 [8, 172, 46, 20], | 10 "object": "LayoutBlockFlow DIV", |
| 11 [8, 74, 46, 20] | 11 "rect": [8, 74, 46, 20], |
| 12 ], | 12 "reason": "incremental" |
| 13 "paintInvalidationClients": [ | 13 }, |
| 14 "LayoutBlockFlow DIV", | 14 { |
| 15 "LayoutBlockFlow DIV id='target'", | 15 "object": "LayoutBlockFlow DIV id='target'", |
| 16 "LayoutTable TABLE", | 16 "rect": [0, 0, 0, 0], |
| 17 "LayoutTableCell TD id='cell'" | 17 "reason": "became visible" |
| 18 }, |
| 19 { |
| 20 "object": "LayoutTable TABLE", |
| 21 "rect": [8, 172, 46, 20], |
| 22 "reason": "incremental" |
| 23 }, |
| 24 { |
| 25 "object": "LayoutTableCell TD id='cell'", |
| 26 "rect": [10, 170, 42, 20], |
| 27 "reason": "incremental" |
| 28 } |
| 18 ] | 29 ] |
| 19 } | 30 } |
| 20 ] | 31 ] |
| 21 } | 32 } |
| 22 | 33 |
| OLD | NEW |