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 "paintInvalidations": [ | 8 "paintInvalidations": [ |
9 { | 9 { |
10 "object": "InlineFlowBox", | |
11 "rect": [0, 0, 0, 0], | |
12 "reason": "layoutObject insertion" | |
13 }, | |
14 { | |
15 "object": "InlineFlowBox", | |
16 "rect": [0, 0, 0, 0], | |
17 "reason": "layoutObject insertion" | |
18 }, | |
19 { | |
20 "object": "InlineTextBox ' '", | |
21 "rect": [0, 0, 0, 0], | |
22 "reason": "layoutObject insertion" | |
23 }, | |
24 { | |
25 "object": "InlineTextBox 'Two lines of text should be visible.'", | |
26 "rect": [0, 0, 0, 0], | |
27 "reason": "layoutObject insertion" | |
28 }, | |
29 { | |
30 "object": "InlineTextBox 'Two lines of text should be visible.'", | |
31 "rect": [0, 0, 0, 0], | |
32 "reason": "layoutObject insertion" | |
33 }, | |
34 { | |
35 "object": "LayoutSVGContainer g", | 10 "object": "LayoutSVGContainer g", |
36 "rect": [50, 50, 571, 81], | 11 "rect": [50, 50, 571, 81], |
37 "reason": "bounds change" | 12 "reason": "bounds change" |
38 }, | 13 }, |
39 { | 14 { |
40 "object": "LayoutSVGInlineText #text", | 15 "object": "LayoutSVGInlineText #text", |
41 "rect": [50, 50, 571, 81], | 16 "rect": [50, 50, 571, 81], |
42 "reason": "layoutObject insertion" | 17 "reason": "layoutObject insertion" |
43 }, | 18 }, |
44 { | 19 { |
(...skipping 20 matching lines...) Expand all Loading... |
65 "object": "LayoutSVGTSpan tspan id='tspan'", | 40 "object": "LayoutSVGTSpan tspan id='tspan'", |
66 "rect": [50, 50, 571, 81], | 41 "rect": [50, 50, 571, 81], |
67 "reason": "layoutObject insertion" | 42 "reason": "layoutObject insertion" |
68 }, | 43 }, |
69 { | 44 { |
70 "object": "LayoutSVGText text id='text'", | 45 "object": "LayoutSVGText text id='text'", |
71 "rect": [50, 50, 571, 81], | 46 "rect": [50, 50, 571, 81], |
72 "reason": "layoutObject insertion" | 47 "reason": "layoutObject insertion" |
73 }, | 48 }, |
74 { | 49 { |
| 50 "object": "InlineFlowBox", |
| 51 "reason": "layoutObject insertion" |
| 52 }, |
| 53 { |
| 54 "object": "InlineFlowBox", |
| 55 "reason": "layoutObject insertion" |
| 56 }, |
| 57 { |
| 58 "object": "InlineTextBox ' '", |
| 59 "reason": "layoutObject insertion" |
| 60 }, |
| 61 { |
| 62 "object": "InlineTextBox 'Two lines of text should be visible.'", |
| 63 "reason": "layoutObject insertion" |
| 64 }, |
| 65 { |
| 66 "object": "InlineTextBox 'Two lines of text should be visible.'", |
| 67 "reason": "layoutObject insertion" |
| 68 }, |
| 69 { |
75 "object": "RootInlineBox", | 70 "object": "RootInlineBox", |
76 "rect": [0, 0, 0, 0], | |
77 "reason": "full" | 71 "reason": "full" |
78 } | 72 } |
79 ] | 73 ] |
80 } | 74 } |
81 ] | 75 ] |
82 } | 76 } |
83 | 77 |
OLD | NEW |