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 [50, 50, 561, 82], | 9 [50, 50, 561, 82], |
10 [50, 50, 561, 82], | 10 [50, 50, 561, 82], |
(...skipping 16 matching lines...) Expand all Loading... |
27 "InlineTextBox ' '", | 27 "InlineTextBox ' '", |
28 "LayoutSVGTSpan tspan", | 28 "LayoutSVGTSpan tspan", |
29 "InlineFlowBox", | 29 "InlineFlowBox", |
30 "LayoutSVGInlineText #text", | 30 "LayoutSVGInlineText #text", |
31 "InlineTextBox 'Two lines of text should be visible.'" | 31 "InlineTextBox 'Two lines of text should be visible.'" |
32 ] | 32 ] |
33 } | 33 } |
34 ] | 34 ] |
35 } | 35 } |
36 | 36 |
OLD | NEW |