| 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 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 121 "object": "LayoutBlockFlow BODY", | 121 "object": "LayoutBlockFlow BODY", |
| 122 "reason": "forced by layout" | 122 "reason": "forced by layout" |
| 123 }, | 123 }, |
| 124 { | 124 { |
| 125 "object": "RootInlineBox", | 125 "object": "RootInlineBox", |
| 126 "reason": "forced by layout" | 126 "reason": "forced by layout" |
| 127 }, | 127 }, |
| 128 { | 128 { |
| 129 "object": "LayoutEmbeddedObject OBJECT", | 129 "object": "LayoutEmbeddedObject OBJECT", |
| 130 "reason": "style change" | 130 "reason": "style change" |
| 131 }, |
| 132 { |
| 133 "object": "HorizontalScrollbar", |
| 134 "reason": "scroll" |
| 135 }, |
| 136 { |
| 137 "object": "VerticalScrollbar", |
| 138 "reason": "scroll" |
| 139 }, |
| 140 { |
| 141 "object": "LayoutView #document", |
| 142 "reason": "bounds change" |
| 143 }, |
| 144 { |
| 145 "object": "LayoutBlockFlow HTML", |
| 146 "reason": "bounds change" |
| 147 }, |
| 148 { |
| 149 "object": "LayoutBlockFlow BODY", |
| 150 "reason": "forced by layout" |
| 151 }, |
| 152 { |
| 153 "object": "RootInlineBox", |
| 154 "reason": "forced by layout" |
| 155 }, |
| 156 { |
| 157 "object": "LayoutEmbeddedObject OBJECT", |
| 158 "reason": "forced by layout" |
| 159 }, |
| 160 { |
| 161 "object": "LayoutText #text", |
| 162 "reason": "none" |
| 163 }, |
| 164 { |
| 165 "object": "LayoutView #document", |
| 166 "reason": "scroll" |
| 167 }, |
| 168 { |
| 169 "object": "LayoutView #document", |
| 170 "reason": "scroll" |
| 171 }, |
| 172 { |
| 173 "object": "LayoutView #document", |
| 174 "reason": "bounds change" |
| 175 }, |
| 176 { |
| 177 "object": "LayoutSVGRoot svg", |
| 178 "reason": "bounds change" |
| 179 }, |
| 180 { |
| 181 "object": "LayoutSVGRect rect", |
| 182 "reason": "bounds change" |
| 183 }, |
| 184 { |
| 185 "object": "LayoutSVGRect rect", |
| 186 "reason": "bounds change" |
| 131 } | 187 } |
| 132 ] | 188 ] |
| 133 } | 189 } |
| 134 | 190 |
| OLD | NEW |