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 '\n'", | 10 "object": "InlineTextBox '\n'", |
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
221 "rect": [8, 60, 784, 90], | 221 "rect": [8, 60, 784, 90], |
222 "reason": "location change" | 222 "reason": "location change" |
223 }, | 223 }, |
224 { | 224 { |
225 "object": "LayoutBlockFlow (anonymous)", | 225 "object": "LayoutBlockFlow (anonymous)", |
226 "rect": [8, 250, 784, 72], | 226 "rect": [8, 250, 784, 72], |
227 "reason": "location change" | 227 "reason": "location change" |
228 }, | 228 }, |
229 { | 229 { |
230 "object": "LayoutBlockFlow DIV", | 230 "object": "LayoutBlockFlow DIV", |
231 "rect": [8, 60, 784, 162], | |
232 "reason": "style change" | |
233 }, | |
234 { | |
235 "object": "LayoutBlockFlow DIV", | |
236 "rect": [8, 60, 784, 262], | 231 "rect": [8, 60, 784, 262], |
237 "reason": "style change" | 232 "reason": "style change" |
238 }, | 233 }, |
239 { | 234 { |
240 "object": "LayoutBlockFlow DIV id='target'", | 235 "object": "LayoutBlockFlow DIV id='target'", |
241 "rect": [8, 150, 10, 100], | 236 "rect": [8, 150, 10, 100], |
242 "reason": "location change" | 237 "reason": "location change" |
243 }, | 238 }, |
244 { | 239 { |
245 "object": "LayoutText #text", | 240 "object": "LayoutText #text", |
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
359 { | 354 { |
360 "object": "RootInlineBox", | 355 "object": "RootInlineBox", |
361 "rect": [0, 0, 0, 0], | 356 "rect": [0, 0, 0, 0], |
362 "reason": "full" | 357 "reason": "full" |
363 } | 358 } |
364 ] | 359 ] |
365 } | 360 } |
366 ] | 361 ] |
367 } | 362 } |
368 | 363 |
OLD | NEW |