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": [ |
(...skipping 10 matching lines...) Expand all Loading... |
21 { | 21 { |
22 "object": "LayoutSVGRoot svg", | 22 "object": "LayoutSVGRoot svg", |
23 "rect": [17, 217, 84, 68], | 23 "rect": [17, 217, 84, 68], |
24 "reason": "bounds change" | 24 "reason": "bounds change" |
25 } | 25 } |
26 ] | 26 ] |
27 } | 27 } |
28 ], | 28 ], |
29 "objectPaintInvalidations": [ | 29 "objectPaintInvalidations": [ |
30 { | 30 { |
| 31 "object": "RootInlineBox", |
| 32 "reason": "full" |
| 33 }, |
| 34 { |
| 35 "object": "InlineBox", |
| 36 "reason": "full" |
| 37 }, |
| 38 { |
31 "object": "LayoutBlockFlow div id='contentBox'", | 39 "object": "LayoutBlockFlow div id='contentBox'", |
32 "reason": "forced by layout" | 40 "reason": "forced by layout" |
33 }, | 41 }, |
34 { | 42 { |
35 "object": "RootInlineBox", | 43 "object": "RootInlineBox", |
36 "reason": "forced by layout" | 44 "reason": "forced by layout" |
37 }, | 45 }, |
38 { | 46 { |
39 "object": "LayoutSVGRoot svg", | 47 "object": "LayoutSVGRoot svg", |
40 "reason": "bounds change" | 48 "reason": "bounds change" |
41 } | 49 } |
42 ] | 50 ] |
43 } | 51 } |
44 | 52 |
OLD | NEW |