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 [59, 143, 95, 23], | 9 [59, 143, 95, 23], |
10 [59, 143, 95, 23], | 10 [59, 143, 95, 23], |
(...skipping 18 matching lines...) Expand all Loading... |
29 "InlineTextBox 'PASS '", | 29 "InlineTextBox 'PASS '", |
30 "InlineFlowBox", | 30 "InlineFlowBox", |
31 "InlineTextBox 'PASS'", | 31 "InlineTextBox 'PASS'", |
32 "RootInlineBox", | 32 "RootInlineBox", |
33 "InlineTextBox 'PASS '", | 33 "InlineTextBox 'PASS '", |
34 "InlineFlowBox", | 34 "InlineFlowBox", |
35 "InlineTextBox 'PASS'", | 35 "InlineTextBox 'PASS'", |
36 "LayoutSVGRoot (positioned) svg", | 36 "LayoutSVGRoot (positioned) svg", |
37 "LayoutSVGViewportContainer svg id='inner1'", | 37 "LayoutSVGViewportContainer svg id='inner1'", |
38 "LayoutSVGText text", | 38 "LayoutSVGText text", |
| 39 "RootInlineBox", |
39 "LayoutSVGInlineText #text", | 40 "LayoutSVGInlineText #text", |
40 "InlineTextBox 'PASS '", | 41 "InlineTextBox 'PASS '", |
41 "LayoutSVGTSpan tspan", | 42 "LayoutSVGTSpan tspan", |
42 "InlineFlowBox", | 43 "InlineFlowBox", |
43 "LayoutSVGInlineText #text", | 44 "LayoutSVGInlineText #text", |
44 "InlineTextBox 'PASS'", | 45 "InlineTextBox 'PASS'", |
45 "LayoutSVGInlineText #text", | 46 "LayoutSVGInlineText #text", |
46 "LayoutSVGViewportContainer svg id='inner2'", | 47 "LayoutSVGViewportContainer svg id='inner2'", |
47 "LayoutSVGText text", | 48 "LayoutSVGText text", |
| 49 "RootInlineBox", |
48 "LayoutSVGTSpan tspan", | 50 "LayoutSVGTSpan tspan", |
49 "InlineFlowBox" | 51 "InlineFlowBox" |
50 ] | 52 ] |
51 } | 53 } |
52 ] | 54 ] |
53 } | 55 } |
54 | 56 |
OLD | NEW |