OLD | NEW |
1 { | 1 { |
2 "layers": [ | 2 "layers": [ |
3 { | 3 { |
4 "name": "LayoutView #document", | 4 "name": "LayoutView #document", |
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": "LayoutSVGContainer g", | 10 "object": "LayoutSVGContainer g", |
11 "rect": [50, 50, 571, 82], | 11 "rect": [50, 50, 571, 82], |
12 "reason": "became visible" | 12 "reason": "became visible" |
13 }, | 13 }, |
14 { | 14 { |
15 "object": "LayoutSVGInlineText #text", | |
16 "rect": [50, 50, 571, 82], | |
17 "reason": "layoutObject insertion" | |
18 }, | |
19 { | |
20 "object": "LayoutSVGInlineText #text", | |
21 "rect": [50, 50, 571, 82], | |
22 "reason": "layoutObject insertion" | |
23 }, | |
24 { | |
25 "object": "LayoutSVGInlineText #text", | |
26 "rect": [50, 50, 571, 82], | |
27 "reason": "layoutObject insertion" | |
28 }, | |
29 { | |
30 "object": "LayoutSVGTSpan tspan", | |
31 "rect": [50, 50, 571, 82], | |
32 "reason": "layoutObject insertion" | |
33 }, | |
34 { | |
35 "object": "LayoutSVGTSpan tspan id='tspan'", | |
36 "rect": [50, 50, 571, 82], | |
37 "reason": "layoutObject insertion" | |
38 }, | |
39 { | |
40 "object": "LayoutSVGText text id='text'", | 15 "object": "LayoutSVGText text id='text'", |
41 "rect": [50, 50, 571, 82], | 16 "rect": [50, 50, 571, 82], |
42 "reason": "layoutObject insertion" | 17 "reason": "layoutObject insertion" |
43 } | 18 } |
44 ] | 19 ] |
45 } | 20 } |
46 ], | 21 ], |
47 "objectPaintInvalidations": [ | 22 "objectPaintInvalidations": [ |
48 { | 23 { |
49 "object": "LayoutSVGContainer g", | 24 "object": "LayoutSVGContainer g", |
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
93 "object": "LayoutSVGInlineText #text", | 68 "object": "LayoutSVGInlineText #text", |
94 "reason": "layoutObject insertion" | 69 "reason": "layoutObject insertion" |
95 }, | 70 }, |
96 { | 71 { |
97 "object": "InlineTextBox 'Two lines of text should be visible.'", | 72 "object": "InlineTextBox 'Two lines of text should be visible.'", |
98 "reason": "layoutObject insertion" | 73 "reason": "layoutObject insertion" |
99 } | 74 } |
100 ] | 75 ] |
101 } | 76 } |
102 | 77 |
OLD | NEW |