| 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 [58, 238, 10, 10], |
| 10 [48, 218, 10, 10], |
| 11 [48, 198, 10, 10], |
| 9 [18, 238, 40, 10], | 12 [18, 238, 40, 10], |
| 13 [18, 228, 10, 10], |
| 10 [18, 218, 30, 10], | 14 [18, 218, 30, 10], |
| 11 [18, 198, 30, 10], | 15 [18, 208, 10, 10], |
| 12 [8, 8, 284, 50] | 16 [18, 198, 30, 10] |
| 13 ], | 17 ], |
| 14 "paintInvalidationClients": [ | 18 "paintInvalidationClients": [ |
| 15 "LayoutBlockFlow HTML", | 19 "LayoutBlockFlow HTML", |
| 16 "LayoutBlockFlow BODY", | 20 "LayoutBlockFlow BODY", |
| 17 "LayoutText #text", | 21 "LayoutText #text", |
| 18 "InlineTextBox 'Foo'", | 22 "InlineTextBox 'Foo'", |
| 19 "LayoutBR BR", | 23 "LayoutBR BR", |
| 20 "InlineTextBox '\n'", | 24 "InlineTextBox '\n'", |
| 21 "LayoutBR BR", | 25 "LayoutBR BR", |
| 22 "InlineTextBox '\n'", | 26 "InlineTextBox '\n'", |
| 23 "LayoutText #text", | 27 "LayoutText #text", |
| 24 "InlineTextBox 'Bar'", | 28 "InlineTextBox 'Bar'", |
| 25 "LayoutBR BR", | 29 "LayoutBR BR", |
| 26 "InlineTextBox '\n'", | 30 "InlineTextBox '\n'", |
| 27 "LayoutBR BR", | 31 "LayoutBR BR", |
| 28 "InlineTextBox '\n'", | 32 "InlineTextBox '\n'", |
| 29 "LayoutText #text", | 33 "LayoutText #text", |
| 30 "InlineTextBox 'Bazz'", | 34 "InlineTextBox 'Bazz'", |
| 31 "LayoutBR BR", | 35 "LayoutBR BR", |
| 32 "InlineTextBox '\n'" | 36 "InlineTextBox '\n'" |
| 33 ] | 37 ] |
| 34 } | 38 } |
| 35 ] | 39 ] |
| 36 } | 40 } |
| 37 | 41 |
| OLD | NEW |