| 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, |
| 7 "drawsContent": true |
| 8 }, |
| 9 { |
| 10 "name": "LayoutBlockFlow DIV class='scroller'", |
| 11 "bounds": [320, 340], |
| 12 "shouldFlattenTransform": false, |
| 13 "drawsContent": true |
| 14 }, |
| 15 { |
| 16 "name": "Scrolling Layer", |
| 17 "bounds": [305, 325], |
| 18 "shouldFlattenTransform": false |
| 19 }, |
| 20 { |
| 21 "name": "Scrolling Contents Layer", |
| 22 "bounds": [305, 1224] |
| 23 }, |
| 24 { |
| 25 "name": "Overflow Controls Host Layer", |
| 26 "bounds": [320, 340] |
| 27 }, |
| 28 { |
| 29 "name": "Horizontal Scrollbar Layer", |
| 30 "position": [0, 325], |
| 31 "bounds": [305, 15] |
| 32 }, |
| 33 { |
| 34 "name": "Vertical Scrollbar Layer", |
| 35 "position": [305, 0], |
| 36 "bounds": [15, 325] |
| 37 }, |
| 38 { |
| 39 "name": "Scroll Corner Layer", |
| 40 "position": [305, 325], |
| 41 "bounds": [15, 15], |
| 42 "drawsContent": true |
| 43 }, |
| 44 { |
| 45 "name": "LayoutBlockFlow (relative positioned) DIV class='column'", |
| 46 "position": [10, 10], |
| 47 "bounds": [284, 1204], |
| 48 "contentsOpaque": true, |
| 9 "drawsContent": true, | 49 "drawsContent": true, |
| 10 "children": [ | 50 "backgroundColor": "#C0C0C0" |
| 11 { | |
| 12 "name": "LayoutBlockFlow DIV class='scroller'", | |
| 13 "bounds": [320, 340], | |
| 14 "shouldFlattenTransform": false, | |
| 15 "drawsContent": true, | |
| 16 "children": [ | |
| 17 { | |
| 18 "name": "Scrolling Layer", | |
| 19 "bounds": [305, 325], | |
| 20 "shouldFlattenTransform": false, | |
| 21 "children": [ | |
| 22 { | |
| 23 "name": "Scrolling Contents Layer", | |
| 24 "bounds": [305, 1224] | |
| 25 } | |
| 26 ] | |
| 27 }, | |
| 28 { | |
| 29 "name": "Overflow Controls Host Layer", | |
| 30 "bounds": [320, 340], | |
| 31 "children": [ | |
| 32 { | |
| 33 "name": "Horizontal Scrollbar Layer", | |
| 34 "position": [0, 325], | |
| 35 "bounds": [305, 15] | |
| 36 }, | |
| 37 { | |
| 38 "name": "Vertical Scrollbar Layer", | |
| 39 "position": [305, 0], | |
| 40 "bounds": [15, 325] | |
| 41 }, | |
| 42 { | |
| 43 "name": "Scroll Corner Layer", | |
| 44 "position": [305, 325], | |
| 45 "bounds": [15, 15], | |
| 46 "drawsContent": true | |
| 47 } | |
| 48 ] | |
| 49 } | |
| 50 ] | |
| 51 }, | |
| 52 { | |
| 53 "name": "LayoutBlockFlow (relative positioned) DIV class='column'", | |
| 54 "position": [10, 10], | |
| 55 "bounds": [284, 1204], | |
| 56 "contentsOpaque": true, | |
| 57 "drawsContent": true, | |
| 58 "backgroundColor": "#C0C0C0" | |
| 59 } | |
| 60 ] | |
| 61 } | 51 } |
| 62 ] | 52 ] |
| 63 } | 53 } |
| 64 | 54 |
| OLD | NEW |