| 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 [33, 467, 250, 100] | 9 [528, 8, 80, 340] |
| 10 ], | 10 ], |
| 11 "paintInvalidationClients": [ | 11 "paintInvalidationClients": [ |
| 12 "LayoutText #text", | 12 "LayoutText #text", |
| 13 "InlineTextBox 'A\u00A0\u00A0B'" | 13 "InlineTextBox 'Lorem ipsum dolor'", |
| 14 "InlineTextBox 'sit amet,'", |
| 15 "InlineTextBox 'consectetur'", |
| 16 "InlineTextBox 'adipiscing elit.'" |
| 14 ] | 17 ] |
| 15 } | 18 } |
| 16 ] | 19 ] |
| 17 } | 20 } |
| 18 | 21 |
| OLD | NEW |