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 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
71 { | 71 { |
72 "object": "LayoutSVGRect rect id='targetRect'", | 72 "object": "LayoutSVGRect rect id='targetRect'", |
73 "rect": [59, 269, 50, 200], | 73 "rect": [59, 269, 50, 200], |
74 "reason": "bounds change" | 74 "reason": "bounds change" |
75 } | 75 } |
76 ] | 76 ] |
77 } | 77 } |
78 ], | 78 ], |
79 "objectPaintInvalidations": [ | 79 "objectPaintInvalidations": [ |
80 { | 80 { |
| 81 "object": "RootInlineBox", |
| 82 "reason": "full" |
| 83 }, |
| 84 { |
| 85 "object": "InlineBox", |
| 86 "reason": "full" |
| 87 }, |
| 88 { |
81 "object": "LayoutBlockFlow div id='contentBox'", | 89 "object": "LayoutBlockFlow div id='contentBox'", |
82 "reason": "forced by layout" | 90 "reason": "forced by layout" |
83 }, | 91 }, |
84 { | 92 { |
85 "object": "RootInlineBox", | 93 "object": "RootInlineBox", |
86 "reason": "forced by layout" | 94 "reason": "forced by layout" |
87 }, | 95 }, |
88 { | 96 { |
89 "object": "LayoutSVGRoot svg", | 97 "object": "LayoutSVGRoot svg", |
90 "reason": "incremental" | 98 "reason": "incremental" |
(...skipping 30 matching lines...) Expand all Loading... |
121 "object": "LayoutSVGContainer g id='targetUse'", | 129 "object": "LayoutSVGContainer g id='targetUse'", |
122 "reason": "full" | 130 "reason": "full" |
123 }, | 131 }, |
124 { | 132 { |
125 "object": "LayoutSVGRect rect id='targetRect1'", | 133 "object": "LayoutSVGRect rect id='targetRect1'", |
126 "reason": "full" | 134 "reason": "full" |
127 } | 135 } |
128 ] | 136 ] |
129 } | 137 } |
130 | 138 |
OLD | NEW |