| OLD | NEW |
| 1 scroll me | 1 scroll me |
| 2 { | 2 { |
| 3 "name": "Content Root Layer", | 3 "layers": [ |
| 4 "bounds": [800, 600], | |
| 5 "children": [ | |
| 6 { | 4 { |
| 7 "name": "LayoutView #document", | 5 "name": "LayoutView #document", |
| 8 "bounds": [800, 600], | 6 "bounds": [800, 600], |
| 9 "contentsOpaque": true, | 7 "contentsOpaque": true, |
| 8 "drawsContent": true |
| 9 }, |
| 10 { |
| 11 "name": "Squashing Containment Layer", |
| 12 "shouldFlattenTransform": false |
| 13 }, |
| 14 { |
| 15 "name": "LayoutBlockFlow DIV id='composited'", |
| 16 "position": [8, 8], |
| 17 "bounds": [20, 20] |
| 18 }, |
| 19 { |
| 20 "name": "Squashing Layer (first squashed layer: LayoutBlockFlow (positione
d) DIV id='overlay')", |
| 21 "position": [10, 8], |
| 22 "bounds": [400, 204], |
| 23 "drawsContent": true |
| 24 }, |
| 25 { |
| 26 "name": "LayoutBlockFlow DIV id='scroller'", |
| 27 "position": [202, 10], |
| 28 "bounds": [200, 200], |
| 29 "shouldFlattenTransform": false, |
| 10 "drawsContent": true, | 30 "drawsContent": true, |
| 11 "children": [ | 31 "backgroundColor": "#FFFF00" |
| 12 { | 32 }, |
| 13 "name": "Squashing Containment Layer", | 33 { |
| 14 "shouldFlattenTransform": false, | 34 "name": "Scrolling Layer", |
| 15 "children": [ | 35 "bounds": [185, 200], |
| 16 { | 36 "shouldFlattenTransform": false |
| 17 "name": "LayoutBlockFlow DIV id='composited'", | 37 }, |
| 18 "position": [8, 8], | 38 { |
| 19 "bounds": [20, 20] | 39 "name": "Scrolling Contents Layer", |
| 20 }, | 40 "bounds": [185, 400], |
| 21 { | 41 "contentsOpaque": true, |
| 22 "name": "Squashing Layer (first squashed layer: LayoutBlockFlow (p
ositioned) DIV id='overlay')", | 42 "drawsContent": true |
| 23 "position": [10, 8], | 43 }, |
| 24 "bounds": [400, 204], | 44 { |
| 25 "drawsContent": true | 45 "name": "Overflow Controls Host Layer", |
| 26 } | 46 "bounds": [200, 200] |
| 27 ] | 47 }, |
| 28 }, | 48 { |
| 29 { | 49 "name": "Vertical Scrollbar Layer", |
| 30 "name": "LayoutBlockFlow DIV id='scroller'", | 50 "position": [185, 0], |
| 31 "position": [202, 10], | 51 "bounds": [15, 200] |
| 32 "bounds": [200, 200], | |
| 33 "shouldFlattenTransform": false, | |
| 34 "drawsContent": true, | |
| 35 "backgroundColor": "#FFFF00", | |
| 36 "children": [ | |
| 37 { | |
| 38 "name": "Scrolling Layer", | |
| 39 "bounds": [185, 200], | |
| 40 "shouldFlattenTransform": false, | |
| 41 "children": [ | |
| 42 { | |
| 43 "name": "Scrolling Contents Layer", | |
| 44 "bounds": [185, 400], | |
| 45 "contentsOpaque": true, | |
| 46 "drawsContent": true | |
| 47 } | |
| 48 ] | |
| 49 }, | |
| 50 { | |
| 51 "name": "Overflow Controls Host Layer", | |
| 52 "bounds": [200, 200], | |
| 53 "children": [ | |
| 54 { | |
| 55 "name": "Vertical Scrollbar Layer", | |
| 56 "position": [185, 0], | |
| 57 "bounds": [15, 200] | |
| 58 } | |
| 59 ] | |
| 60 } | |
| 61 ] | |
| 62 } | |
| 63 ] | |
| 64 } | 52 } |
| 65 ] | 53 ] |
| 66 } | 54 } |
| 67 | 55 |
| OLD | NEW |