| 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 (positioned) DIV class='container'", | 10 "name": "LayoutBlockFlow (positioned) DIV class='container'", |
| (...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 74 { | 74 { |
| 75 "name": "Vertical Scrollbar Layer", | 75 "name": "Vertical Scrollbar Layer", |
| 76 "position": [185, 0], | 76 "position": [185, 0], |
| 77 "bounds": [15, 185] | 77 "bounds": [15, 185] |
| 78 }, | 78 }, |
| 79 { | 79 { |
| 80 "name": "Scroll Corner Layer", | 80 "name": "Scroll Corner Layer", |
| 81 "position": [185, 185], | 81 "position": [185, 185], |
| 82 "bounds": [15, 15], | 82 "bounds": [15, 15], |
| 83 "drawsContent": true | 83 "drawsContent": true |
| 84 }, |
| 85 { |
| 86 "name": "Decoration Layer", |
| 87 "bounds": [200, 200], |
| 88 "drawsContent": true |
| 84 } | 89 } |
| 85 ] | 90 ] |
| 86 } | 91 } |
| 87 | 92 |
| OLD | NEW |