| 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 }, | 8 }, |
| 9 { | 9 { |
| 10 "name": "LayoutBlockFlow DIV id='scroller'", | 10 "name": "LayoutBlockFlow DIV id='scroller'", |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 43 "rect": [0, 0, 15, 185], | 43 "rect": [0, 0, 15, 185], |
| 44 "reason": "full" | 44 "reason": "full" |
| 45 } | 45 } |
| 46 ] | 46 ] |
| 47 }, | 47 }, |
| 48 { | 48 { |
| 49 "name": "Scroll Corner Layer", | 49 "name": "Scroll Corner Layer", |
| 50 "position": [186, 186], | 50 "position": [186, 186], |
| 51 "bounds": [15, 15], | 51 "bounds": [15, 15], |
| 52 "drawsContent": true | 52 "drawsContent": true |
| 53 }, |
| 54 { |
| 55 "name": "Decoration Layer", |
| 56 "bounds": [202, 202], |
| 57 "drawsContent": true |
| 53 } | 58 } |
| 54 ] | 59 ] |
| 55 } | 60 } |
| 56 | 61 |
| OLD | NEW |