OLD | NEW |
1 { | 1 { |
2 "name": "Content Root Layer", | 2 "name": "Content Root Layer", |
3 "bounds": [800, 600], | 3 "bounds": [800, 600], |
4 "children": [ | 4 "children": [ |
5 { | 5 { |
6 "name": "LayoutView #document", | 6 "name": "LayoutView #document", |
7 "bounds": [800, 600], | 7 "bounds": [800, 600], |
8 "contentsOpaque": true, | 8 "contentsOpaque": true, |
9 "drawsContent": true, | 9 "drawsContent": true, |
10 "paintInvalidations": [ | 10 "paintInvalidations": [ |
11 { | 11 { |
12 "object": "LayoutBlockFlow div id='contentBox'", | 12 "object": "LayoutBlockFlow div id='contentBox'", |
13 "rect": [8, 8, 402, 402], | 13 "rect": [8, 8, 402, 402], |
14 "reason": "forced by layout" | 14 "reason": "forced by layout" |
15 }, | 15 }, |
16 { | 16 { |
17 "object": "LayoutSVGRect rect", | 17 "object": "LayoutSVGRect rect", |
18 "rect": [9, 9, 400, 400], | 18 "rect": [9, 9, 400, 400], |
19 "reason": "forced by layout" | 19 "reason": "forced by layout" |
20 }, | 20 }, |
21 { | 21 { |
22 "object": "LayoutSVGRoot svg", | 22 "object": "LayoutSVGRoot svg", |
23 "rect": [9, 9, 400, 400], | 23 "rect": [9, 9, 400, 400], |
24 "reason": "forced by layout" | 24 "reason": "forced by layout" |
25 }, | 25 }, |
26 { | 26 { |
27 "object": "LayoutView #document", | |
28 "rect": [9, 9, 400, 400], | |
29 "reason": "full" | |
30 }, | |
31 { | |
32 "object": "LayoutEmbeddedObject object", | 27 "object": "LayoutEmbeddedObject object", |
33 "rect": [209, 9, 200, 400], | 28 "rect": [209, 9, 200, 400], |
34 "reason": "incremental" | 29 "reason": "incremental" |
35 }, | 30 }, |
36 { | 31 { |
37 "object": "LayoutView #document", | 32 "object": "LayoutView #document", |
38 "rect": [209, 9, 200, 400], | 33 "rect": [209, 9, 200, 400], |
39 "reason": "incremental" | 34 "reason": "incremental" |
40 }, | 35 }, |
41 { | 36 { |
(...skipping 26 matching lines...) Expand all Loading... |
68 "object": "RootInlineBox", | 63 "object": "RootInlineBox", |
69 "reason": "forced by layout" | 64 "reason": "forced by layout" |
70 }, | 65 }, |
71 { | 66 { |
72 "object": "LayoutEmbeddedObject object", | 67 "object": "LayoutEmbeddedObject object", |
73 "reason": "incremental" | 68 "reason": "incremental" |
74 } | 69 } |
75 ] | 70 ] |
76 } | 71 } |
77 | 72 |
OLD | NEW |