| 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='scroller'", | 10 "name": "LayoutBlockFlow DIV class='scroller'", |
| (...skipping 24 matching lines...) Expand all Loading... |
| 35 "position": [305, 0], | 35 "position": [305, 0], |
| 36 "bounds": [15, 325] | 36 "bounds": [15, 325] |
| 37 }, | 37 }, |
| 38 { | 38 { |
| 39 "name": "Scroll Corner Layer", | 39 "name": "Scroll Corner Layer", |
| 40 "position": [305, 325], | 40 "position": [305, 325], |
| 41 "bounds": [15, 15], | 41 "bounds": [15, 15], |
| 42 "drawsContent": true | 42 "drawsContent": true |
| 43 }, | 43 }, |
| 44 { | 44 { |
| 45 "name": "Decoration Layer", |
| 46 "bounds": [320, 340], |
| 47 "drawsContent": true |
| 48 }, |
| 49 { |
| 45 "name": "LayoutBlockFlow (relative positioned) DIV class='column'", | 50 "name": "LayoutBlockFlow (relative positioned) DIV class='column'", |
| 46 "position": [10, 10], | 51 "position": [10, 10], |
| 47 "bounds": [284, 1204], | 52 "bounds": [284, 1204], |
| 48 "contentsOpaque": true, | 53 "contentsOpaque": true, |
| 49 "drawsContent": true, | 54 "drawsContent": true, |
| 50 "backgroundColor": "#C0C0C0" | 55 "backgroundColor": "#C0C0C0" |
| 51 } | 56 } |
| 52 ] | 57 ] |
| 53 } | 58 } |
| 54 | 59 |
| OLD | NEW |