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": "LayoutBlockFlow div id='contentBox'", | 12 "object": "LayoutBlockFlow div id='contentBox'", |
11 "rect": [8, 8, 402, 402], | 13 "rect": [8, 8, 402, 402], |
12 "reason": "forced by layout" | 14 "reason": "forced by layout" |
13 }, | 15 }, |
14 { | 16 { |
(...skipping 23 matching lines...) Expand all Loading... |
38 }, | 40 }, |
39 { | 41 { |
40 "object": "LayoutSVGEllipse circle", | 42 "object": "LayoutSVGEllipse circle", |
41 "rect": [169, 169, 80, 80], | 43 "rect": [169, 169, 80, 80], |
42 "reason": "forced by layout" | 44 "reason": "forced by layout" |
43 }, | 45 }, |
44 { | 46 { |
45 "object": "LayoutSVGEllipse circle", | 47 "object": "LayoutSVGEllipse circle", |
46 "rect": [89, 189, 40, 40], | 48 "rect": [89, 189, 40, 40], |
47 "reason": "forced by layout" | 49 "reason": "forced by layout" |
48 }, | |
49 { | |
50 "object": "InlineBox", | |
51 "reason": "full" | |
52 }, | |
53 { | |
54 "object": "RootInlineBox", | |
55 "reason": "full" | |
56 }, | |
57 { | |
58 "object": "RootInlineBox", | |
59 "reason": "full" | |
60 } | 50 } |
61 ] | 51 ] |
62 } | 52 } |
| 53 ], |
| 54 "objectPaintInvalidations": [ |
| 55 { |
| 56 "object": "LayoutBlockFlow div id='contentBox'", |
| 57 "reason": "forced by layout" |
| 58 }, |
| 59 { |
| 60 "object": "RootInlineBox", |
| 61 "reason": "forced by layout" |
| 62 }, |
| 63 { |
| 64 "object": "LayoutEmbeddedObject object", |
| 65 "reason": "incremental" |
| 66 } |
63 ] | 67 ] |
64 } | 68 } |
65 | 69 |
OLD | NEW |