| 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 [10, 63, 318, 377], |
| 9 [10, 63, 318, 377] | 10 [10, 63, 318, 377] |
| 10 ], | 11 ], |
| 11 "paintInvalidationClients": [ | 12 "paintInvalidationClients": [ |
| 12 "RootInlineBox", | 13 "RootInlineBox", |
| 13 "InlineFlowBox", | 14 "InlineFlowBox", |
| 14 "InlineTextBox 'PA'", | 15 "InlineTextBox 'PA'", |
| 15 "InlineTextBox ''", | 16 "InlineTextBox ''", |
| 16 "InlineFlowBox", | 17 "InlineFlowBox", |
| 17 "InlineTextBox 'PASS'", | 18 "InlineTextBox 'PASS'", |
| 18 "InlineTextBox ''", | 19 "InlineTextBox ''", |
| 19 "InlineFlowBox", | 20 "InlineFlowBox", |
| 20 "InlineTextBox 'PASS'", | 21 "InlineTextBox 'PASS'", |
| 21 "LayoutSVGText text" | 22 "LayoutSVGText text", |
| 23 "LayoutSVGInlineText #text", |
| 24 "InlineTextBox 'PASS'" |
| 22 ] | 25 ] |
| 23 } | 26 } |
| 24 ] | 27 ] |
| 25 } | 28 } |
| 26 | 29 |
| OLD | NEW |