| 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 DIV class='container'", | 10 "name": "LayoutBlockFlow DIV class='container'", |
| 11 "position": [8, 8], | 11 "position": [8, 8], |
| 12 "bounds": [308, 208], | 12 "bounds": [308, 208], |
| 13 "shouldFlattenTransform": false, | 13 "shouldFlattenTransform": false, |
| 14 "drawsContent": true, | 14 "drawsContent": true, |
| 15 "backgroundColor": "#00FF007F" | 15 "backgroundColor": "#00FF0080" |
| 16 }, | 16 }, |
| 17 { | 17 { |
| 18 "name": "Scrolling Layer", | 18 "name": "Scrolling Layer", |
| 19 "position": [4, 4], | 19 "position": [4, 4], |
| 20 "bounds": [285, 200], | 20 "bounds": [285, 200], |
| 21 "shouldFlattenTransform": false | 21 "shouldFlattenTransform": false |
| 22 }, | 22 }, |
| 23 { | 23 { |
| 24 "name": "Scrolling Contents Layer", | 24 "name": "Scrolling Contents Layer", |
| 25 "bounds": [285, 530], | 25 "bounds": [285, 530], |
| (...skipping 27 matching lines...) Expand all Loading... |
| 53 "position": [12, 12], | 53 "position": [12, 12], |
| 54 "bounds": [80, 80], | 54 "bounds": [80, 80], |
| 55 "shouldFlattenTransform": false, | 55 "shouldFlattenTransform": false, |
| 56 "hasScrollParent": true | 56 "hasScrollParent": true |
| 57 }, | 57 }, |
| 58 { | 58 { |
| 59 "name": "LayoutBlockFlow (relative positioned) DIV class='box red'", | 59 "name": "LayoutBlockFlow (relative positioned) DIV class='box red'", |
| 60 "position": [10, 10], | 60 "position": [10, 10], |
| 61 "bounds": [100, 100], | 61 "bounds": [100, 100], |
| 62 "drawsContent": true, | 62 "drawsContent": true, |
| 63 "backgroundColor": "#FF00007F" | 63 "backgroundColor": "#FF000080" |
| 64 }, | 64 }, |
| 65 { | 65 { |
| 66 "name": "Squashing Containment Layer", | 66 "name": "Squashing Containment Layer", |
| 67 "shouldFlattenTransform": false, | 67 "shouldFlattenTransform": false, |
| 68 "hasScrollParent": true | 68 "hasScrollParent": true |
| 69 }, | 69 }, |
| 70 { | 70 { |
| 71 "name": "LayoutBlockFlow (relative positioned) DIV class='box'", | 71 "name": "LayoutBlockFlow (relative positioned) DIV class='box'", |
| 72 "position": [22, 102], | 72 "position": [22, 102], |
| 73 "bounds": [100, 100], | 73 "bounds": [100, 100], |
| 74 "drawsContent": true, | 74 "drawsContent": true, |
| 75 "backgroundColor": "#0000FF7F" | 75 "backgroundColor": "#0000FF80" |
| 76 }, | 76 }, |
| 77 { | 77 { |
| 78 "name": "Squashing Layer (first squashed layer: LayoutBlockFlow (relative
positioned) DIV class='box')", | 78 "name": "Squashing Layer (first squashed layer: LayoutBlockFlow (relative
positioned) DIV class='box')", |
| 79 "position": [22, 212], | 79 "position": [22, 212], |
| 80 "bounds": [100, 320], | 80 "bounds": [100, 320], |
| 81 "drawsContent": true | 81 "drawsContent": true |
| 82 } | 82 } |
| 83 ] | 83 ] |
| 84 } | 84 } |
| 85 | 85 |
| OLD | NEW |