| 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 [24, 8, 16, 16], | 9 [24, 8, 16, 16], |
| 10 [8, 24, 16, 16], | 10 [8, 24, 16, 16], |
| 11 [8, 8, 16, 16] | 11 [8, 8, 16, 16] |
| 12 ], | 12 ], |
| 13 "paintInvalidationClients": [ | 13 "paintInvalidationClients": [ |
| 14 "LayoutBlockFlow HTML", | 14 "LayoutBlockFlow HTML", |
| 15 "LayoutBlockFlow BODY", | 15 "LayoutBlockFlow BODY", |
| 16 "LayoutBlockFlow DIV id='container'", | 16 "LayoutBlockFlow DIV id='container'", |
| 17 "LayoutText #text", | 17 "LayoutText #text", |
| 18 "InlineTextBox 'a'", | 18 "InlineTextBox 'a'", |
| 19 "LayoutBR BR", | 19 "LayoutBR BR", |
| 20 "InlineTextBox '\n'", | 20 "InlineTextBox '\n'", |
| 21 "LayoutText #text", | 21 "LayoutText #text", |
| 22 "InlineTextBox 'b'" | 22 "InlineTextBox 'b'" |
| 23 ] | 23 ] |
| 24 } | 24 } |
| 25 ] | 25 ] |
| 26 } | 26 } |
| 27 | 27 |
| OLD | NEW |