| OLD | NEW |
| 1 { | 1 { |
| 2 "name": "Content Root Layer", | 2 "layers": [ |
| 3 "bounds": [800, 600], | |
| 4 "children": [ | |
| 5 { | 3 { |
| 6 "name": "LayoutView #document", | 4 "name": "LayoutView #document", |
| 7 "bounds": [800, 600], | 5 "bounds": [800, 600], |
| 8 "contentsOpaque": true, | 6 "contentsOpaque": true, |
| 9 "drawsContent": true, | 7 "drawsContent": true, |
| 10 "paintInvalidations": [ | 8 "paintInvalidations": [ |
| 11 { | 9 { |
| 12 "object": "LayoutBlockFlow DIV", | 10 "object": "LayoutBlockFlow DIV", |
| 13 "rect": [15, 377, 208, 68], | 11 "rect": [15, 377, 208, 68], |
| 14 "reason": "outline" | 12 "reason": "outline" |
| (...skipping 29 matching lines...) Expand all Loading... |
| 44 "object": "LayoutBlockFlow DIV", | 42 "object": "LayoutBlockFlow DIV", |
| 45 "reason": "outline" | 43 "reason": "outline" |
| 46 }, | 44 }, |
| 47 { | 45 { |
| 48 "object": "LayoutBlockFlow DIV id='b'", | 46 "object": "LayoutBlockFlow DIV id='b'", |
| 49 "reason": "incremental" | 47 "reason": "incremental" |
| 50 } | 48 } |
| 51 ] | 49 ] |
| 52 } | 50 } |
| 53 | 51 |
| OLD | NEW |