| 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 "backgroundColor": "#FFFFFF", | 8 "backgroundColor": "#FFFFFF", |
| 9 "repaintRects": [ | 9 "paintInvalidations": [ |
| 10 [8, 240, 784, 288], | 10 { |
| 11 [0, 0, 800, 600] | 11 "object": "LayoutBlockFlow BODY", |
| 12 ], | 12 "rect": [8, 240, 784, 288], |
| 13 "paintInvalidationClients": [ | 13 "reason": "style change" |
| 14 "LayoutView #document", | 14 }, |
| 15 "LayoutBlockFlow BODY" | 15 { |
| 16 "object": "LayoutView #document", |
| 17 "rect": [0, 0, 800, 600], |
| 18 "reason": "style change" |
| 19 } |
| 16 ] | 20 ] |
| 17 } | 21 } |
| 18 ] | 22 ] |
| 19 } | 23 } |
| 20 | 24 |
| OLD | NEW |