| 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 [284, 15, 250, 50], | 9 [234, 15, 300, 50], |
| 10 [234, 15, 50, 50], |
| 10 [9, 9, 525, 100], | 11 [9, 9, 525, 100], |
| 11 [9, 9, 400, 100] | 12 [9, 9, 400, 100] |
| 12 ], | 13 ], |
| 13 "paintInvalidationClients": [ | 14 "paintInvalidationClients": [ |
| 14 "RootInlineBox", | 15 "RootInlineBox", |
| 15 "RootInlineBox", | 16 "RootInlineBox", |
| 16 "InlineTextBox '\u00A0'", | 17 "InlineTextBox '\u00A0'", |
| 17 "InlineTextBox '\n'", | 18 "InlineTextBox '\n'", |
| 18 "InlineFlowBox", | 19 "InlineFlowBox", |
| 19 "InlineTextBox ''", | 20 "InlineTextBox ''", |
| 20 "LayoutMultiColumnFlowThread (anonymous)", | 21 "LayoutMultiColumnFlowThread (anonymous)", |
| 21 "LayoutText #text", | 22 "LayoutText #text", |
| 22 "InlineTextBox 'XXXXXX'" | 23 "InlineTextBox 'XXXXXX'" |
| 23 ] | 24 ] |
| 24 } | 25 } |
| 25 ] | 26 ] |
| 26 } | 27 } |
| 27 | 28 |
| OLD | NEW |