OLD | NEW |
1 { | 1 { |
2 "layers": [ | 2 "layers": [ |
3 { | 3 { |
4 "name": "LayoutView #document", | 4 "name": "LayoutView #document", |
5 "bounds": [785, 1016], | 5 "bounds": [785, 1016], |
6 "contentsOpaque": true, | 6 "contentsOpaque": true, |
7 "drawsContent": true | 7 "drawsContent": true |
8 }, | 8 }, |
9 { | 9 { |
10 "name": "Squashing Containment Layer", | 10 "name": "Squashing Containment Layer", |
(...skipping 22 matching lines...) Expand all Loading... |
33 "object": "LayoutBlockFlow BODY", | 33 "object": "LayoutBlockFlow BODY", |
34 "rect": [8, 508, 284, 18], | 34 "rect": [8, 508, 284, 18], |
35 "reason": "forced by layout" | 35 "reason": "forced by layout" |
36 }, | 36 }, |
37 { | 37 { |
38 "object": "LayoutBlockFlow BODY", | 38 "object": "LayoutBlockFlow BODY", |
39 "rect": [8, 508, 269, 142], | 39 "rect": [8, 508, 269, 142], |
40 "reason": "forced by layout" | 40 "reason": "forced by layout" |
41 }, | 41 }, |
42 { | 42 { |
43 "object": "LayoutText #text", | |
44 "rect": [8, 508, 31, 17], | |
45 "reason": "forced by layout" | |
46 }, | |
47 { | |
48 "object": "LayoutView #document", | 43 "object": "LayoutView #document", |
49 "rect": [285, 500, 15, 150], | 44 "rect": [285, 500, 15, 150], |
50 "reason": "scroll" | 45 "reason": "scroll" |
51 } | 46 } |
52 ] | 47 ] |
53 } | 48 } |
54 ], | 49 ], |
55 "objectPaintInvalidations": [ | 50 "objectPaintInvalidations": [ |
56 { | 51 { |
57 "object": "LayoutView #document", | 52 "object": "LayoutView #document", |
(...skipping 19 matching lines...) Expand all Loading... |
77 "object": "LayoutText #text", | 72 "object": "LayoutText #text", |
78 "reason": "forced by layout" | 73 "reason": "forced by layout" |
79 }, | 74 }, |
80 { | 75 { |
81 "object": "InlineTextBox 'test1'", | 76 "object": "InlineTextBox 'test1'", |
82 "reason": "forced by layout" | 77 "reason": "forced by layout" |
83 } | 78 } |
84 ] | 79 ] |
85 } | 80 } |
86 | 81 |
OLD | NEW |