| OLD | NEW |
| (Empty) | |
| 1 { |
| 2 "layers": [ |
| 3 { |
| 4 "name": "LayoutView #document", |
| 5 "bounds": [800, 600], |
| 6 "contentsOpaque": true, |
| 7 "drawsContent": true |
| 8 }, |
| 9 { |
| 10 "name": "LayoutBlockFlow (relative positioned) DIV id='container'", |
| 11 "position": [8, 8], |
| 12 "bounds": [102, 302], |
| 13 "shouldFlattenTransform": false, |
| 14 "drawsContent": true, |
| 15 "backfaceVisibility": "hidden" |
| 16 }, |
| 17 { |
| 18 "name": "Scrolling Layer", |
| 19 "position": [1, 1], |
| 20 "bounds": [100, 300], |
| 21 "shouldFlattenTransform": false |
| 22 }, |
| 23 { |
| 24 "name": "Scrolling Contents Layer", |
| 25 "bounds": [100, 430] |
| 26 }, |
| 27 { |
| 28 "name": "Overflow Controls Host Layer", |
| 29 "bounds": [102, 302] |
| 30 }, |
| 31 { |
| 32 "name": "Horizontal Scrollbar Layer", |
| 33 "position": [1, 301], |
| 34 "bounds": [100, 0], |
| 35 "drawsContent": true |
| 36 }, |
| 37 { |
| 38 "name": "Vertical Scrollbar Layer", |
| 39 "position": [101, 1], |
| 40 "bounds": [0, 300], |
| 41 "drawsContent": true |
| 42 } |
| 43 ] |
| 44 } |
| 45 |
| OLD | NEW |