| 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 [90, 115, 59, 19], | 9 [8, 8, 300, 100] |
| 10 [90, 115, 59, 19], | |
| 11 [90, 115, 43, 19], | |
| 12 [90, 115, 43, 19] | |
| 13 ], | 10 ], |
| 14 "paintInvalidationClients": [ | 11 "paintInvalidationClients": [ |
| 15 "InlineTextBox ''", | 12 "LayoutSVGResourcePattern pattern id='pat'", |
| 13 "LayoutSVGText text", |
| 16 "LayoutSVGInlineText #text", | 14 "LayoutSVGInlineText #text", |
| 17 "RootInlineBox", | 15 "InlineTextBox 'X'", |
| 18 "LayoutSVGText text id='status'", | 16 "LayoutSVGTSpan tspan", |
| 17 "InlineFlowBox", |
| 19 "LayoutSVGInlineText #text", | 18 "LayoutSVGInlineText #text", |
| 20 "InlineTextBox 'Passed'" | 19 "InlineTextBox 'Y'", |
| 20 "LayoutSVGInlineText #text", |
| 21 "InlineTextBox 'Z'" |
| 21 ] | 22 ] |
| 22 } | 23 } |
| 23 ] | 24 ] |
| 24 } | 25 } |
| 25 | 26 |
| OLD | NEW |