| 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 [8, 184, 32, 19], | 9 [8, 184, 32, 19], |
| 10 [8, 176, 784, 28], | 10 [8, 176, 784, 28], |
| 11 [8, 156, 32, 19], | 11 [8, 156, 32, 19], |
| 12 [8, 150, 4, 19], | 12 [8, 150, 4, 19], |
| 13 [8, 150, 4, 19], | 13 [8, 150, 4, 19], |
| 14 [8, 136, 784, 67], | 14 [8, 136, 784, 67], |
| 15 [8, 136, 4, 19], | 15 [8, 136, 4, 19] |
| 16 [0, 192, 800, 28] | |
| 17 ], | 16 ], |
| 18 "paintInvalidationClients": [ | 17 "paintInvalidationClients": [ |
| 19 "InlineTextBox ''", | 18 "InlineTextBox ''", |
| 20 "InlineTextBox '\n'", | 19 "InlineTextBox '\n'", |
| 21 "RootInlineBox", | 20 "RootInlineBox", |
| 22 "LayoutBlockFlow HTML", | |
| 23 "LayoutBlockFlow P", | 21 "LayoutBlockFlow P", |
| 24 "LayoutBlockFlow P", | 22 "LayoutBlockFlow P", |
| 25 "LayoutInline SPAN id='d'", | 23 "LayoutInline SPAN id='d'", |
| 26 "InlineFlowBox", | 24 "InlineFlowBox", |
| 27 "LayoutText #text", | 25 "LayoutText #text", |
| 28 "InlineTextBox '\u00A0'", | 26 "InlineTextBox '\u00A0'", |
| 29 "LayoutBR BR", | 27 "LayoutBR BR", |
| 30 "InlineTextBox '\n'", | 28 "InlineTextBox '\n'", |
| 31 "LayoutText #text", | 29 "LayoutText #text", |
| 32 "InlineTextBox 'Hello'", | 30 "InlineTextBox 'Hello'", |
| 33 "LayoutBR BR", | 31 "LayoutBR BR", |
| 34 "InlineTextBox '\n'" | 32 "InlineTextBox '\n'" |
| 35 ] | 33 ] |
| 36 } | 34 } |
| 37 ] | 35 ] |
| 38 } | 36 } |
| 39 | 37 |
| OLD | NEW |