| OLD | NEW |
| 1 { | 1 { |
| 2 "name": "Content Root Layer", | 2 "layers": [ |
| 3 "bounds": [808, 585], | |
| 4 "children": [ | |
| 5 { | 3 { |
| 6 "name": "LayoutView #document", | 4 "name": "LayoutView #document", |
| 7 "bounds": [808, 585], | 5 "bounds": [808, 585], |
| 8 "contentsOpaque": true, | 6 "contentsOpaque": true, |
| 9 "drawsContent": true, | 7 "drawsContent": true, |
| 10 "paintInvalidations": [ | 8 "paintInvalidations": [ |
| 11 { | 9 { |
| 12 "object": "LayoutTableCell TD", | 10 "object": "LayoutTableCell TD", |
| 13 "rect": [10, 73, 102, 99], | 11 "rect": [10, 73, 102, 99], |
| 14 "reason": "incremental" | 12 "reason": "incremental" |
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 57 "object": "LayoutBlockFlow DIV", | 55 "object": "LayoutBlockFlow DIV", |
| 58 "reason": "location change" | 56 "reason": "location change" |
| 59 }, | 57 }, |
| 60 { | 58 { |
| 61 "object": "LayoutBlockFlow DIV", | 59 "object": "LayoutBlockFlow DIV", |
| 62 "reason": "location change" | 60 "reason": "location change" |
| 63 } | 61 } |
| 64 ] | 62 ] |
| 65 } | 63 } |
| 66 | 64 |
| OLD | NEW |