| 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], |
| 8 "contentsOpaque": true, | 6 "contentsOpaque": true, |
| 9 "drawsContent": true, | 7 "drawsContent": true, |
| 10 "backgroundColor": "#402B3C", | 8 "backgroundColor": "#402B3C" |
| 11 "children": [ | 9 }, |
| 12 { | 10 { |
| 13 "name": "Squashing Containment Layer", | 11 "name": "Squashing Containment Layer", |
| 14 "shouldFlattenTransform": false, | 12 "shouldFlattenTransform": false |
| 15 "children": [ | 13 }, |
| 16 { | 14 { |
| 17 "name": "LayoutBlockFlow (positioned) DIV class='composited'", | 15 "name": "LayoutBlockFlow (positioned) DIV class='composited'", |
| 18 "position": [8, 13], | 16 "position": [8, 13], |
| 19 "bounds": [150, 150], | 17 "bounds": [150, 150], |
| 20 "contentsOpaque": true, | 18 "contentsOpaque": true, |
| 21 "drawsContent": true, | 19 "drawsContent": true, |
| 22 "backgroundColor": "#D9CCA7" | 20 "backgroundColor": "#D9CCA7" |
| 23 }, | 21 }, |
| 24 { | 22 { |
| 25 "name": "Squashing Layer (first squashed layer: LayoutBlockFlow (p
ositioned) DIV id='layer-A')", | 23 "name": "Squashing Layer (first squashed layer: LayoutBlockFlow (positione
d) DIV id='layer-A')", |
| 26 "position": [20, 20], | 24 "position": [20, 20], |
| 27 "bounds": [226, 180], | 25 "bounds": [226, 180], |
| 28 "drawsContent": true | 26 "drawsContent": true |
| 29 } | |
| 30 ] | |
| 31 } | |
| 32 ] | |
| 33 } | 27 } |
| 34 ] | 28 ] |
| 35 } | 29 } |
| 36 | 30 |
| OLD | NEW |