| OLD | NEW |
| 1 { | 1 { |
| 2 "layers": [ | 2 "layers": [ |
| 3 { | 3 { |
| 4 "name": "LayoutView #document", | 4 "name": "LayoutView #document", |
| 5 "bounds": [800, 600], | 5 "bounds": [800, 600], |
| 6 "contentsOpaque": true, | 6 "contentsOpaque": true, |
| 7 "drawsContent": true, | 7 "drawsContent": true, |
| 8 "paintInvalidations": [ | 8 "paintInvalidations": [ |
| 9 { | 9 { |
| 10 "object": "LayoutTable TABLE", | 10 "object": "LayoutTable TABLE", |
| (...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 140 }, | 140 }, |
| 141 { | 141 { |
| 142 "object": "LayoutText #text", | 142 "object": "LayoutText #text", |
| 143 "reason": "layoutObject removal" | 143 "reason": "layoutObject removal" |
| 144 }, | 144 }, |
| 145 { | 145 { |
| 146 "object": "LayoutTableCell TD id='d2'", | 146 "object": "LayoutTableCell TD id='d2'", |
| 147 "reason": "layoutObject removal" | 147 "reason": "layoutObject removal" |
| 148 }, | 148 }, |
| 149 { | 149 { |
| 150 "object": "LayoutTableCell TD", | |
| 151 "reason": "style change" | |
| 152 }, | |
| 153 { | |
| 154 "object": "LayoutTableCell TD", | |
| 155 "reason": "style change" | |
| 156 }, | |
| 157 { | |
| 158 "object": "LayoutTableCell TD", | |
| 159 "reason": "style change" | |
| 160 }, | |
| 161 { | |
| 162 "object": "LayoutTableCell TD", | |
| 163 "reason": "style change" | |
| 164 }, | |
| 165 { | |
| 166 "object": "LayoutTableCell TD", | |
| 167 "reason": "style change" | |
| 168 }, | |
| 169 { | |
| 170 "object": "LayoutTableCell TD", | |
| 171 "reason": "style change" | |
| 172 }, | |
| 173 { | |
| 174 "object": "LayoutTable TABLE id='t'", | 150 "object": "LayoutTable TABLE id='t'", |
| 175 "reason": "style change" | 151 "reason": "style change" |
| 176 }, | 152 }, |
| 177 { | 153 { |
| 178 "object": "LayoutTable TABLE", | 154 "object": "LayoutTable TABLE", |
| 179 "reason": "full" | 155 "reason": "full" |
| 180 }, | 156 }, |
| 181 { | 157 { |
| 182 "object": "LayoutTableSection TBODY", | 158 "object": "LayoutTableSection TBODY", |
| 183 "reason": "forced by layout" | 159 "reason": "forced by layout" |
| (...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 249 { | 225 { |
| 250 "object": "LayoutText #text", | 226 "object": "LayoutText #text", |
| 251 "reason": "forced by layout" | 227 "reason": "forced by layout" |
| 252 }, | 228 }, |
| 253 { | 229 { |
| 254 "object": "InlineTextBox '\u00A0'", | 230 "object": "InlineTextBox '\u00A0'", |
| 255 "reason": "forced by layout" | 231 "reason": "forced by layout" |
| 256 }, | 232 }, |
| 257 { | 233 { |
| 258 "object": "LayoutTable TABLE", | 234 "object": "LayoutTable TABLE", |
| 235 "reason": "style change" |
| 236 }, |
| 237 { |
| 238 "object": "LayoutTable TABLE", |
| 259 "reason": "incremental" | 239 "reason": "incremental" |
| 260 }, | 240 }, |
| 261 { | 241 { |
| 262 "object": "LayoutTableCell TD", | 242 "object": "LayoutTableCell TD", |
| 263 "reason": "forced by layout" | 243 "reason": "forced by layout" |
| 264 }, | 244 }, |
| 265 { | 245 { |
| 266 "object": "RootInlineBox", | 246 "object": "RootInlineBox", |
| 267 "reason": "forced by layout" | 247 "reason": "forced by layout" |
| 268 }, | 248 }, |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 302 "object": "LayoutText #text", | 282 "object": "LayoutText #text", |
| 303 "reason": "forced by layout" | 283 "reason": "forced by layout" |
| 304 }, | 284 }, |
| 305 { | 285 { |
| 306 "object": "InlineTextBox 'sit amet'", | 286 "object": "InlineTextBox 'sit amet'", |
| 307 "reason": "forced by layout" | 287 "reason": "forced by layout" |
| 308 } | 288 } |
| 309 ] | 289 ] |
| 310 } | 290 } |
| 311 | 291 |
| OLD | NEW |