| OLD | NEW |
| 1 Test | 1 Test |
| 2 Fader | 2 Fader |
| 3 { | 3 { |
| 4 "name": "Content Root Layer", | 4 "layers": [ |
| 5 "bounds": [800, 600], | |
| 6 "children": [ | |
| 7 { | 5 { |
| 8 "name": "LayoutView #document", | 6 "name": "LayoutView #document", |
| 9 "bounds": [800, 600], | 7 "bounds": [800, 600], |
| 10 "contentsOpaque": true, | 8 "contentsOpaque": true, |
| 11 "drawsContent": true, | 9 "drawsContent": true |
| 12 "children": [ | 10 }, |
| 13 { | 11 { |
| 14 "name": "Squashing Containment Layer", | 12 "name": "Squashing Containment Layer", |
| 15 "shouldFlattenTransform": false, | 13 "shouldFlattenTransform": false |
| 16 "children": [ | 14 }, |
| 17 { | 15 { |
| 18 "name": "LayoutBlockFlow DIV class='compositing'", | 16 "name": "LayoutBlockFlow DIV class='compositing'", |
| 19 "position": [8, 8], | 17 "position": [8, 8], |
| 20 "bounds": [1, 1] | 18 "bounds": [1, 1] |
| 21 }, | 19 }, |
| 22 { | 20 { |
| 23 "name": "Squashing Layer (first squashed layer: LayoutBlockFlow (r
elative positioned) DIV class='test')", | 21 "name": "Squashing Layer (first squashed layer: LayoutBlockFlow (relative
positioned) DIV class='test')", |
| 24 "position": [-9992, -1], | 22 "position": [-9992, -1], |
| 25 "bounds": [10100, 100], | 23 "bounds": [10100, 100], |
| 26 "drawsContent": true | 24 "drawsContent": true |
| 27 } | |
| 28 ] | |
| 29 } | |
| 30 ] | |
| 31 } | 25 } |
| 32 ] | 26 ] |
| 33 } | 27 } |
| 34 | 28 |
| OLD | NEW |