| 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], |
| 6 "contentsOpaque": true |
| 7 }, |
| 8 { |
| 9 "name": "LayoutBlockFlow HTML", |
| 10 "bounds": [800, 408], |
| 11 "drawsContent": true |
| 12 }, |
| 13 { |
| 14 "name": "LayoutBlockFlow (positioned) DIV", |
| 15 "position": [8, 100], |
| 16 "bounds": [10, 10], |
| 8 "contentsOpaque": true, | 17 "contentsOpaque": true, |
| 9 "children": [ | 18 "drawsContent": true, |
| 10 { | 19 "backgroundColor": "#FF0000" |
| 11 "name": "LayoutBlockFlow HTML", | 20 }, |
| 12 "bounds": [800, 408], | 21 { |
| 13 "drawsContent": true, | 22 "name": "LayoutBlockFlow HTML (foreground) Layer", |
| 14 "children": [ | 23 "bounds": [800, 408], |
| 15 { | 24 "drawsContent": true |
| 16 "name": "LayoutBlockFlow (positioned) DIV", | 25 }, |
| 17 "position": [8, 100], | 26 { |
| 18 "bounds": [10, 10], | 27 "name": "LayoutBlockFlow DIV", |
| 19 "contentsOpaque": true, | 28 "position": [108, 100], |
| 20 "drawsContent": true, | 29 "bounds": [300, 300], |
| 21 "backgroundColor": "#FF0000" | 30 "shouldFlattenTransform": false, |
| 22 }, | 31 "drawsContent": true |
| 23 { | 32 }, |
| 24 "name": "LayoutBlockFlow HTML (foreground) Layer", | 33 { |
| 25 "bounds": [800, 408], | 34 "name": "Scrolling Layer", |
| 26 "drawsContent": true | 35 "bounds": [285, 300], |
| 27 }, | 36 "shouldFlattenTransform": false |
| 28 { | 37 }, |
| 29 "name": "LayoutBlockFlow DIV", | 38 { |
| 30 "position": [108, 100], | 39 "name": "Scrolling Contents Layer", |
| 31 "bounds": [300, 300], | 40 "bounds": [285, 1000] |
| 32 "shouldFlattenTransform": false, | 41 }, |
| 33 "drawsContent": true, | 42 { |
| 34 "children": [ | 43 "name": "Overflow Controls Host Layer", |
| 35 { | 44 "bounds": [300, 300] |
| 36 "name": "Scrolling Layer", | 45 }, |
| 37 "bounds": [285, 300], | 46 { |
| 38 "shouldFlattenTransform": false, | 47 "name": "Vertical Scrollbar Layer", |
| 39 "children": [ | 48 "position": [285, 0], |
| 40 { | 49 "bounds": [15, 300] |
| 41 "name": "Scrolling Contents Layer", | 50 }, |
| 42 "bounds": [285, 1000] | 51 { |
| 43 } | 52 "name": "Squashing Containment Layer", |
| 44 ] | 53 "shouldFlattenTransform": false |
| 45 }, | 54 }, |
| 46 { | 55 { |
| 47 "name": "Overflow Controls Host Layer", | 56 "name": "LayoutBlockFlow (relative positioned) DIV", |
| 48 "bounds": [300, 300], | 57 "position": [108, 100], |
| 49 "children": [ | 58 "bounds": [285, 1000] |
| 50 { | 59 }, |
| 51 "name": "Vertical Scrollbar Layer", | 60 { |
| 52 "position": [285, 0], | 61 "name": "Squashing Layer (first squashed layer: LayoutBlockFlow (relative
positioned) DIV)", |
| 53 "bounds": [15, 300] | 62 "position": [108, 100], |
| 54 } | 63 "bounds": [285, 1000], |
| 55 ] | 64 "drawsContent": true |
| 56 } | |
| 57 ] | |
| 58 }, | |
| 59 { | |
| 60 "name": "Squashing Containment Layer", | |
| 61 "shouldFlattenTransform": false, | |
| 62 "children": [ | |
| 63 { | |
| 64 "name": "LayoutBlockFlow (relative positioned) DIV", | |
| 65 "position": [108, 100], | |
| 66 "bounds": [285, 1000] | |
| 67 }, | |
| 68 { | |
| 69 "name": "Squashing Layer (first squashed layer: LayoutBlockFlo
w (relative positioned) DIV)", | |
| 70 "position": [108, 100], | |
| 71 "bounds": [285, 1000], | |
| 72 "drawsContent": true | |
| 73 } | |
| 74 ] | |
| 75 } | |
| 76 ] | |
| 77 } | |
| 78 ] | |
| 79 } | 65 } |
| 80 ] | 66 ] |
| 81 } | 67 } |
| 82 | 68 |
| OLD | NEW |