| 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 [9, 9, 100, 100], | 9 [9, 9, 100, 100], |
| 10 [9, 9, 100, 100], | 10 [9, 9, 100, 100], |
| 11 [8, 8, 784, 101], | 11 [8, 60, 784, 49] |
| 12 [8, 8, 784, 52] | |
| 13 ], | 12 ], |
| 14 "paintInvalidationClients": [ | 13 "paintInvalidationClients": [ |
| 15 "LayoutBlockFlow (relative positioned) DIV", | 14 "LayoutBlockFlow (relative positioned) DIV", |
| 16 "LayoutBlockFlow DIV id='target'", | 15 "LayoutBlockFlow DIV id='target'", |
| 17 "LayoutBlockFlow DIV id='child'" | 16 "LayoutBlockFlow DIV id='child'" |
| 18 ] | 17 ] |
| 19 } | 18 } |
| 20 ] | 19 ] |
| 21 } | 20 } |
| 22 | 21 |
| OLD | NEW |