OLD | NEW |
1 { | 1 { |
2 "bounds": [800, 600], | 2 "bounds": [800, 600], |
3 "children": [ | 3 "children": [ |
4 { | 4 { |
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": "InlineTextBox ' was in a furious passion, and went\n'", | 10 "object": "InlineTextBox ' was in a furious passion, and went\n'", |
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
171 "rect": [8, 368, 418, 198], | 171 "rect": [8, 368, 418, 198], |
172 "reason": "invalidate paint rectangle" | 172 "reason": "invalidate paint rectangle" |
173 }, | 173 }, |
174 { | 174 { |
175 "object": "LayoutText #text", | 175 "object": "LayoutText #text", |
176 "rect": [369, 368, 32, 18], | 176 "rect": [369, 368, 32, 18], |
177 "reason": "incremental" | 177 "reason": "incremental" |
178 }, | 178 }, |
179 { | 179 { |
180 "object": "LayoutText #text", | 180 "object": "LayoutText #text", |
181 "rect": [65, 386, 304, 36], | |
182 "reason": "bounds change" | |
183 }, | |
184 { | |
185 "object": "LayoutText #text", | |
186 "rect": [65, 368, 355, 54], | 181 "rect": [65, 368, 355, 54], |
187 "reason": "bounds change" | 182 "reason": "bounds change" |
188 }, | 183 }, |
189 { | 184 { |
190 "object": "LayoutText #text", | 185 "object": "LayoutText #text", |
191 "rect": [14, 404, 355, 36], | 186 "rect": [14, 404, 355, 36], |
192 "reason": "bounds change" | 187 "reason": "bounds change" |
193 }, | 188 }, |
194 { | 189 { |
195 "object": "LayoutText #text", | 190 "object": "LayoutText #text", |
196 "rect": [14, 422, 72, 18], | |
197 "reason": "bounds change" | |
198 }, | |
199 { | |
200 "object": "LayoutText #text", | |
201 "rect": [353, 422, 16, 54], | 191 "rect": [353, 422, 16, 54], |
202 "reason": "incremental" | 192 "reason": "incremental" |
203 }, | 193 }, |
204 { | 194 { |
205 "object": "RootInlineBox", | 195 "object": "RootInlineBox", |
206 "rect": [0, 0, 0, 0], | 196 "rect": [0, 0, 0, 0], |
207 "reason": "full" | 197 "reason": "full" |
208 }, | 198 }, |
209 { | 199 { |
210 "object": "RootInlineBox", | 200 "object": "RootInlineBox", |
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
254 { | 244 { |
255 "object": "RootInlineBox", | 245 "object": "RootInlineBox", |
256 "rect": [0, 0, 0, 0], | 246 "rect": [0, 0, 0, 0], |
257 "reason": "full" | 247 "reason": "full" |
258 } | 248 } |
259 ] | 249 ] |
260 } | 250 } |
261 ] | 251 ] |
262 } | 252 } |
263 | 253 |
OLD | NEW |