| 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 "repaintRects": [ |
| 9 [10, 170, 42, 20], | 9 [10, 170, 42, 20], |
| 10 [8, 172, 46, 20], | 10 [8, 172, 46, 20], |
| 11 [8, 74, 46, 20] | 11 [8, 74, 46, 20] |
| 12 ], | 12 ], |
| 13 "paintInvalidationClients": [ | 13 "paintInvalidationClients": [ |
| 14 "LayoutBlockFlow DIV", | 14 "LayoutBlockFlow DIV", |
| 15 "LayoutBlockFlow DIV id='target'", | 15 "LayoutBlockFlow DIV id='target'", |
| 16 "LayoutTable TABLE", | 16 "LayoutTable TABLE", |
| 17 "LayoutTableCell TD id='cell'" | 17 "LayoutTableCell TD id='cell'" |
| 18 ] | 18 ] |
| 19 } | 19 } |
| 20 ] | 20 ] |
| 21 } | 21 } |
| 22 | 22 |
| OLD | NEW |