OLD | NEW |
1 { | 1 { |
2 "name": "Content Root Layer", | 2 "layers": [ |
3 "bounds": [800, 600], | |
4 "children": [ | |
5 { | 3 { |
6 "name": "LayoutView #document", | 4 "name": "LayoutView #document", |
7 "bounds": [800, 600], | 5 "bounds": [800, 600], |
8 "contentsOpaque": true, | 6 "contentsOpaque": true, |
9 "drawsContent": true, | 7 "drawsContent": true, |
10 "paintInvalidations": [ | 8 "paintInvalidations": [ |
11 { | 9 { |
12 "object": "LayoutBlockFlow (positioned) DIV", | 10 "object": "LayoutBlockFlow (positioned) DIV", |
13 "rect": [96, 46, 308, 308], | 11 "rect": [96, 46, 308, 308], |
14 "reason": "outline" | 12 "reason": "outline" |
(...skipping 16 matching lines...) Expand all Loading... |
31 "object": "LayoutBlockFlow (positioned) DIV", | 29 "object": "LayoutBlockFlow (positioned) DIV", |
32 "reason": "outline" | 30 "reason": "outline" |
33 }, | 31 }, |
34 { | 32 { |
35 "object": "LayoutBlockFlow (positioned) DIV id='child'", | 33 "object": "LayoutBlockFlow (positioned) DIV id='child'", |
36 "reason": "bounds change" | 34 "reason": "bounds change" |
37 } | 35 } |
38 ] | 36 ] |
39 } | 37 } |
40 | 38 |
OLD | NEW |