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, 68, 402, 402], | 13 "rect": [8, 68, 402, 402], |
12 "reason": "forced by layout" | 14 "reason": "forced by layout" |
13 }, | 15 }, |
14 { | 16 { |
15 "object": "LayoutSVGRect rect id='targetRect'", | 17 "object": "LayoutSVGRect rect id='targetRect'", |
16 "rect": [9, 69, 400, 400], | 18 "rect": [9, 69, 400, 400], |
17 "reason": "full" | 19 "reason": "full" |
18 }, | 20 }, |
19 { | 21 { |
20 "object": "LayoutSVGRoot svg", | 22 "object": "LayoutSVGRoot svg", |
21 "rect": [109, 69, 300, 400], | 23 "rect": [109, 69, 300, 400], |
22 "reason": "incremental" | 24 "reason": "incremental" |
23 }, | |
24 { | |
25 "object": "InlineBox", | |
26 "reason": "full" | |
27 }, | |
28 { | |
29 "object": "RootInlineBox", | |
30 "reason": "full" | |
31 }, | |
32 { | |
33 "object": "RootInlineBox", | |
34 "reason": "full" | |
35 } | 25 } |
36 ] | 26 ] |
37 } | 27 } |
| 28 ], |
| 29 "objectPaintInvalidations": [ |
| 30 { |
| 31 "object": "LayoutBlockFlow div id='contentBox'", |
| 32 "reason": "forced by layout" |
| 33 }, |
| 34 { |
| 35 "object": "RootInlineBox", |
| 36 "reason": "forced by layout" |
| 37 }, |
| 38 { |
| 39 "object": "LayoutSVGRoot svg", |
| 40 "reason": "incremental" |
| 41 }, |
| 42 { |
| 43 "object": "LayoutSVGRect rect id='targetRect'", |
| 44 "reason": "full" |
| 45 } |
38 ] | 46 ] |
39 } | 47 } |
40 | 48 |
OLD | NEW |