| OLD | NEW |
| 1 scroll me | 1 scroll me |
| 2 { | 2 { |
| 3 "layers": [ | 3 "layers": [ |
| 4 { | 4 { |
| 5 "name": "LayoutView #document", | 5 "name": "LayoutView #document", |
| 6 "bounds": [800, 600], | 6 "bounds": [800, 600], |
| 7 "contentsOpaque": true, | 7 "contentsOpaque": true, |
| 8 "drawsContent": true | 8 "drawsContent": true |
| 9 }, | 9 }, |
| 10 { | 10 { |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 42 "drawsContent": true | 42 "drawsContent": true |
| 43 }, | 43 }, |
| 44 { | 44 { |
| 45 "name": "Overflow Controls Host Layer", | 45 "name": "Overflow Controls Host Layer", |
| 46 "bounds": [200, 200] | 46 "bounds": [200, 200] |
| 47 }, | 47 }, |
| 48 { | 48 { |
| 49 "name": "Vertical Scrollbar Layer", | 49 "name": "Vertical Scrollbar Layer", |
| 50 "position": [185, 0], | 50 "position": [185, 0], |
| 51 "bounds": [15, 200] | 51 "bounds": [15, 200] |
| 52 }, |
| 53 { |
| 54 "name": "Decoration Layer", |
| 55 "bounds": [200, 200], |
| 56 "drawsContent": true |
| 52 } | 57 } |
| 53 ] | 58 ] |
| 54 } | 59 } |
| 55 | 60 |
| OLD | NEW |