| 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 [68, 137, 43, 18], | 9 [68, 137, 43, 18], |
| 10 [26, 155, 39, 18], | 10 [26, 155, 40, 18], |
| 11 [26, 137, 43, 18] | 11 [26, 137, 43, 18] |
| 12 ], | 12 ], |
| 13 "paintInvalidationClients": [ | 13 "paintInvalidationClients": [ |
| 14 "LayoutBlockFlow DIV id='overflow'", | 14 "LayoutBlockFlow DIV id='overflow'", |
| 15 "LayoutText #text", | 15 "LayoutText #text", |
| 16 "InlineTextBox 'Lorem'", | 16 "InlineTextBox 'Lorem'", |
| 17 "LayoutBR BR", | 17 "LayoutBR BR", |
| 18 "InlineTextBox '\n'", | 18 "InlineTextBox '\n'", |
| 19 "LayoutText #text", | 19 "LayoutText #text", |
| 20 "InlineTextBox 'ipsum'" | 20 "InlineTextBox 'ipsum'" |
| 21 ] | 21 ] |
| 22 } | 22 } |
| 23 ] | 23 ] |
| 24 } | 24 } |
| 25 | 25 |
| OLD | NEW |