OLD | NEW |
1 { | 1 { |
2 "name": "Content Root Layer", | 2 "name": "Content Root Layer", |
3 "bounds": [600, 250], | 3 "bounds": [600, 250], |
4 "children": [ | 4 "children": [ |
5 { | 5 { |
6 "name": "LayoutView #document", | 6 "name": "LayoutView #document", |
7 "bounds": [600, 250], | 7 "bounds": [600, 250], |
8 "contentsOpaque": true, | 8 "contentsOpaque": true, |
9 "drawsContent": true, | 9 "drawsContent": true, |
10 "paintInvalidations": [ | 10 "paintInvalidations": [ |
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
56 } | 56 } |
57 ], | 57 ], |
58 "objectPaintInvalidations": [ | 58 "objectPaintInvalidations": [ |
59 { | 59 { |
60 "object": "LayoutView #document", | 60 "object": "LayoutView #document", |
61 "reason": "incremental" | 61 "reason": "incremental" |
62 }, | 62 }, |
63 { | 63 { |
64 "object": "LayoutBlockFlow HTML", | 64 "object": "LayoutBlockFlow HTML", |
65 "reason": "forced by layout" | 65 "reason": "forced by layout" |
66 }, | |
67 { | |
68 "object": "LayoutBlockFlow BODY", | |
69 "reason": "became visible" | |
70 } | 66 } |
71 ] | 67 ] |
72 } | 68 } |
73 { | 69 { |
74 "name": "Content Root Layer", | 70 "name": "Content Root Layer", |
75 "bounds": [400, 600], | 71 "bounds": [400, 600], |
76 "children": [ | 72 "children": [ |
77 { | 73 { |
78 "name": "LayoutView #document", | 74 "name": "LayoutView #document", |
79 "bounds": [400, 600], | 75 "bounds": [400, 600], |
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
128 } | 124 } |
129 ], | 125 ], |
130 "objectPaintInvalidations": [ | 126 "objectPaintInvalidations": [ |
131 { | 127 { |
132 "object": "LayoutView #document", | 128 "object": "LayoutView #document", |
133 "reason": "incremental" | 129 "reason": "incremental" |
134 }, | 130 }, |
135 { | 131 { |
136 "object": "LayoutBlockFlow HTML", | 132 "object": "LayoutBlockFlow HTML", |
137 "reason": "forced by layout" | 133 "reason": "forced by layout" |
138 }, | |
139 { | |
140 "object": "LayoutBlockFlow BODY", | |
141 "reason": "became visible" | |
142 } | 134 } |
143 ] | 135 ] |
144 } | 136 } |
145 | 137 |
OLD | NEW |