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": "LayoutSVGInlineText #text", | 10 "object": "LayoutSVGInlineText #text", |
11 "rect": [10, 63, 307, 257], | 11 "rect": [10, 63, 307, 257], |
12 "reason": "forced by layout" | |
13 }, | |
14 { | |
15 "object": "LayoutSVGInlineText #text", | |
16 "rect": [10, 63, 307, 257], | |
17 "reason": "forced by layout" | |
18 }, | |
19 { | |
20 "object": "LayoutSVGInlineText #text", | |
21 "rect": [10, 63, 307, 257], | |
22 "reason": "forced by layout" | |
23 }, | |
24 { | |
25 "object": "LayoutSVGInlineText #text", | |
26 "rect": [10, 63, 307, 257], | |
27 "reason": "forced by layout" | |
28 }, | |
29 { | |
30 "object": "LayoutSVGInlineText #text", | |
31 "rect": [10, 63, 307, 257], | |
32 "reason": "layoutObject removal" | 12 "reason": "layoutObject removal" |
33 }, | 13 }, |
34 { | 14 { |
35 "object": "LayoutSVGTSpan tspan", | |
36 "rect": [10, 63, 307, 257], | |
37 "reason": "forced by layout" | |
38 }, | |
39 { | |
40 "object": "LayoutSVGTSpan tspan", | |
41 "rect": [10, 63, 307, 257], | |
42 "reason": "forced by layout" | |
43 }, | |
44 { | |
45 "object": "LayoutSVGTSpan tspan id='remove'", | |
46 "rect": [10, 63, 307, 257], | |
47 "reason": "layoutObject removal" | |
48 }, | |
49 { | |
50 "object": "LayoutSVGText text id='text'", | 15 "object": "LayoutSVGText text id='text'", |
51 "rect": [10, 63, 307, 257], | 16 "rect": [10, 63, 307, 257], |
52 "reason": "full" | 17 "reason": "full" |
53 } | 18 } |
54 ] | 19 ] |
55 } | 20 } |
56 ], | 21 ], |
57 "objectPaintInvalidations": [ | 22 "objectPaintInvalidations": [ |
58 { | 23 { |
59 "object": "LayoutSVGInlineText #text", | 24 "object": "LayoutSVGInlineText #text", |
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
111 "object": "LayoutSVGInlineText #text", | 76 "object": "LayoutSVGInlineText #text", |
112 "reason": "forced by layout" | 77 "reason": "forced by layout" |
113 }, | 78 }, |
114 { | 79 { |
115 "object": "InlineTextBox 'PASS'", | 80 "object": "InlineTextBox 'PASS'", |
116 "reason": "forced by layout" | 81 "reason": "forced by layout" |
117 } | 82 } |
118 ] | 83 ] |
119 } | 84 } |
120 | 85 |
OLD | NEW |