| OLD | NEW |
| 1 { | 1 { |
| 2 "layers": [ | 2 "layers": [ |
| 3 { | 3 { |
| 4 "name": "LayoutView #document", | 4 "name": "LayoutView #document", |
| 5 "bounds": [785, 850], | 5 "bounds": [785, 850], |
| 6 "contentsOpaque": true, | 6 "contentsOpaque": true, |
| 7 "drawsContent": true, | 7 "drawsContent": true, |
| 8 "paintInvalidations": [ | 8 "paintInvalidations": [ |
| 9 { | 9 { |
| 10 "object": "LayoutBlockFlow HTML", | |
| 11 "rect": [0, 0, 785, 1050], | |
| 12 "reason": "forced by layout" | |
| 13 }, | |
| 14 { | |
| 15 "object": "LayoutView #document", | 10 "object": "LayoutView #document", |
| 16 "rect": [0, 850, 785, 200], | 11 "rect": [0, 850, 785, 200], |
| 17 "reason": "incremental" | 12 "reason": "incremental" |
| 18 }, | 13 }, |
| 19 { | 14 { |
| 20 "object": "LayoutTableCell TD id='resizeMe'", | 15 "object": "LayoutTableCell TD id='resizeMe'", |
| 21 "rect": [8, 117, 769, 205], | 16 "rect": [8, 117, 769, 205], |
| 22 "reason": "incremental" | 17 "reason": "incremental" |
| 23 }, | 18 }, |
| 24 { | 19 { |
| (...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 263 } | 258 } |
| 264 ] | 259 ] |
| 265 } | 260 } |
| 266 ], | 261 ], |
| 267 "objectPaintInvalidations": [ | 262 "objectPaintInvalidations": [ |
| 268 { | 263 { |
| 269 "object": "LayoutView #document", | 264 "object": "LayoutView #document", |
| 270 "reason": "incremental" | 265 "reason": "incremental" |
| 271 }, | 266 }, |
| 272 { | 267 { |
| 273 "object": "LayoutBlockFlow HTML", | |
| 274 "reason": "forced by layout" | |
| 275 }, | |
| 276 { | |
| 277 "object": "LayoutTableCell TD id='resizeMe'", | 268 "object": "LayoutTableCell TD id='resizeMe'", |
| 278 "reason": "incremental" | 269 "reason": "incremental" |
| 279 }, | 270 }, |
| 280 { | 271 { |
| 281 "object": "LayoutTableCell TD", | 272 "object": "LayoutTableCell TD", |
| 282 "reason": "bounds change" | 273 "reason": "bounds change" |
| 283 }, | 274 }, |
| 284 { | 275 { |
| 285 "object": "RootInlineBox", | 276 "object": "RootInlineBox", |
| 286 "reason": "bounds change" | 277 "reason": "bounds change" |
| (...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 465 "object": "LayoutText #text", | 456 "object": "LayoutText #text", |
| 466 "reason": "bounds change" | 457 "reason": "bounds change" |
| 467 }, | 458 }, |
| 468 { | 459 { |
| 469 "object": "InlineTextBox '13'", | 460 "object": "InlineTextBox '13'", |
| 470 "reason": "bounds change" | 461 "reason": "bounds change" |
| 471 } | 462 } |
| 472 ] | 463 ] |
| 473 } | 464 } |
| 474 | 465 |
| OLD | NEW |