| 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 (positioned) DIV id='outer'", | 10 "name": "LayoutBlockFlow (positioned) DIV id='outer'", |
| (...skipping 25 matching lines...) Expand all Loading... |
| 36 "position": [2, 2], | 36 "position": [2, 2], |
| 37 "bounds": [200, 200], | 37 "bounds": [200, 200], |
| 38 "shouldFlattenTransform": false | 38 "shouldFlattenTransform": false |
| 39 }, | 39 }, |
| 40 { | 40 { |
| 41 "name": "Scrolling Contents Layer", | 41 "name": "Scrolling Contents Layer", |
| 42 "bounds": [5000, 9000], | 42 "bounds": [5000, 9000], |
| 43 "drawsContent": true | 43 "drawsContent": true |
| 44 }, | 44 }, |
| 45 { | 45 { |
| 46 "name": "Decoration Layer", |
| 47 "bounds": [204, 204], |
| 48 "drawsContent": true |
| 49 }, |
| 50 { |
| 46 "name": "Squashing Containment Layer", | 51 "name": "Squashing Containment Layer", |
| 47 "shouldFlattenTransform": false | 52 "shouldFlattenTransform": false |
| 48 }, | 53 }, |
| 49 { | 54 { |
| 50 "name": "LayoutBlockFlow (positioned) DIV id='grey'", | 55 "name": "LayoutBlockFlow (positioned) DIV id='grey'", |
| 51 "position": [2, 502], | 56 "position": [2, 502], |
| 52 "bounds": [100, 800], | 57 "bounds": [100, 800], |
| 53 "contentsOpaque": true, | 58 "contentsOpaque": true, |
| 54 "drawsContent": true, | 59 "drawsContent": true, |
| 55 "backgroundColor": "#808080" | 60 "backgroundColor": "#808080" |
| (...skipping 26 matching lines...) Expand all Loading... |
| 82 "drawsContent": true | 87 "drawsContent": true |
| 83 }, | 88 }, |
| 84 { | 89 { |
| 85 "name": "Overflow Controls Host Layer", | 90 "name": "Overflow Controls Host Layer", |
| 86 "bounds": [404, 404] | 91 "bounds": [404, 404] |
| 87 }, | 92 }, |
| 88 { | 93 { |
| 89 "name": "Vertical Scrollbar Layer", | 94 "name": "Vertical Scrollbar Layer", |
| 90 "position": [395, 2], | 95 "position": [395, 2], |
| 91 "bounds": [7, 400] | 96 "bounds": [7, 400] |
| 97 }, |
| 98 { |
| 99 "name": "Decoration Layer", |
| 100 "bounds": [404, 404], |
| 101 "drawsContent": true |
| 92 } | 102 } |
| 93 ] | 103 ] |
| 94 } | 104 } |
| 95 | 105 |
| OLD | NEW |