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, 377], | 11 "rect": [10, 63, 307, 377], |
12 "reason": "forced by layout" | |
13 }, | |
14 { | |
15 "object": "LayoutSVGInlineText #text", | |
16 "rect": [10, 63, 307, 377], | |
17 "reason": "forced by layout" | |
18 }, | |
19 { | |
20 "object": "LayoutSVGInlineText #text", | |
21 "rect": [10, 63, 307, 377], | |
22 "reason": "forced by layout" | |
23 }, | |
24 { | |
25 "object": "LayoutSVGInlineText #text", | |
26 "rect": [10, 63, 307, 377], | |
27 "reason": "forced by layout" | |
28 }, | |
29 { | |
30 "object": "LayoutSVGInlineText #text", | |
31 "rect": [10, 63, 307, 377], | |
32 "reason": "bounds change" | |
33 }, | |
34 { | |
35 "object": "LayoutSVGInlineText #text", | |
36 "rect": [10, 63, 307, 377], | |
37 "reason": "layoutObject removal" | 12 "reason": "layoutObject removal" |
38 }, | 13 }, |
39 { | 14 { |
40 "object": "LayoutSVGTSpan tspan", | |
41 "rect": [10, 63, 307, 377], | |
42 "reason": "forced by layout" | |
43 }, | |
44 { | |
45 "object": "LayoutSVGTSpan tspan", | |
46 "rect": [10, 63, 307, 377], | |
47 "reason": "forced by layout" | |
48 }, | |
49 { | |
50 "object": "LayoutSVGTSpan tspan id='modify'", | |
51 "rect": [10, 63, 307, 377], | |
52 "reason": "forced by layout" | |
53 }, | |
54 { | |
55 "object": "LayoutSVGText text", | 15 "object": "LayoutSVGText text", |
56 "rect": [10, 63, 307, 377], | 16 "rect": [10, 63, 307, 377], |
57 "reason": "full" | 17 "reason": "full" |
58 } | 18 } |
59 ] | 19 ] |
60 } | 20 } |
61 ], | 21 ], |
62 "objectPaintInvalidations": [ | 22 "objectPaintInvalidations": [ |
63 { | 23 { |
64 "object": "LayoutSVGInlineText #text", | 24 "object": "LayoutSVGInlineText #text", |
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
120 "object": "InlineTextBox 'PASS'", | 80 "object": "InlineTextBox 'PASS'", |
121 "reason": "forced by layout" | 81 "reason": "forced by layout" |
122 }, | 82 }, |
123 { | 83 { |
124 "object": "LayoutSVGInlineText #text", | 84 "object": "LayoutSVGInlineText #text", |
125 "reason": "bounds change" | 85 "reason": "bounds change" |
126 } | 86 } |
127 ] | 87 ] |
128 } | 88 } |
129 | 89 |
OLD | NEW |