| 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 [8, 8, 187, 19] | 9 { |
| 10 ], | 10 "object": "InlineTextBox 'Should have green background'", |
| 11 "paintInvalidationClients": [ | 11 "rect": [0, 0, 0, 0], |
| 12 "LayoutText #text", | 12 "reason": "selection" |
| 13 "InlineTextBox 'Should have green background'" | 13 }, |
| 14 { |
| 15 "object": "LayoutText #text", |
| 16 "rect": [8, 8, 187, 19], |
| 17 "reason": "selection" |
| 18 } |
| 14 ] | 19 ] |
| 15 } | 20 } |
| 16 ] | 21 ] |
| 17 } | 22 } |
| 18 | 23 |
| OLD | NEW |