OLD | NEW |
1 { | 1 { |
| 2 "name": "Content Root Layer", |
2 "bounds": [800, 600], | 3 "bounds": [800, 600], |
3 "children": [ | 4 "children": [ |
4 { | 5 { |
| 6 "name": "LayoutView #document", |
5 "bounds": [800, 600], | 7 "bounds": [800, 600], |
6 "contentsOpaque": true, | 8 "contentsOpaque": true, |
7 "drawsContent": true, | 9 "drawsContent": true, |
8 "paintInvalidations": [ | 10 "paintInvalidations": [ |
9 { | 11 { |
10 "object": "LayoutListItem (positioned) LI", | 12 "object": "LayoutListItem (positioned) LI", |
11 "rect": [8, 60, 214, 236], | 13 "rect": [8, 60, 214, 236], |
12 "reason": "forced by layout" | 14 "reason": "forced by layout" |
13 }, | 15 }, |
14 { | 16 { |
15 "object": "LayoutImage IMG", | 17 "object": "LayoutImage IMG", |
16 "rect": [8, 60, 214, 232], | 18 "rect": [8, 60, 214, 232], |
17 "reason": "location change" | 19 "reason": "location change" |
18 }, | |
19 { | |
20 "object": "InlineBox", | |
21 "reason": "full" | |
22 }, | |
23 { | |
24 "object": "InlineBox", | |
25 "reason": "full" | |
26 }, | |
27 { | |
28 "object": "LayoutListMarker (anonymous)", | |
29 "reason": "none" | |
30 }, | |
31 { | |
32 "object": "LayoutText #text", | |
33 "reason": "none" | |
34 }, | |
35 { | |
36 "object": "RootInlineBox", | |
37 "reason": "full" | |
38 }, | |
39 { | |
40 "object": "RootInlineBox", | |
41 "reason": "full" | |
42 } | 20 } |
43 ] | 21 ] |
44 } | 22 } |
| 23 ], |
| 24 "objectPaintInvalidations": [ |
| 25 { |
| 26 "object": "LayoutListItem (positioned) LI", |
| 27 "reason": "forced by layout" |
| 28 }, |
| 29 { |
| 30 "object": "RootInlineBox", |
| 31 "reason": "forced by layout" |
| 32 }, |
| 33 { |
| 34 "object": "LayoutListMarker (anonymous)", |
| 35 "reason": "none" |
| 36 }, |
| 37 { |
| 38 "object": "LayoutImage IMG", |
| 39 "reason": "location change" |
| 40 }, |
| 41 { |
| 42 "object": "LayoutText #text", |
| 43 "reason": "none" |
| 44 } |
45 ] | 45 ] |
46 } | 46 } |
47 | 47 |
OLD | NEW |