| OLD | NEW |
| 1 { | 1 { |
| 2 "name": "Content Root Layer", | 2 "name": "Content Root Layer", |
| 3 "bounds": [800, 600], | 3 "bounds": [800, 600], |
| 4 "children": [ | 4 "children": [ |
| 5 { | 5 { |
| 6 "name": "LayoutView #document", | 6 "name": "LayoutView #document", |
| 7 "bounds": [800, 600], | 7 "bounds": [800, 600], |
| 8 "contentsOpaque": true, | 8 "contentsOpaque": true, |
| 9 "drawsContent": true, | 9 "drawsContent": true, |
| 10 "children": [ | 10 "children": [ |
| 11 { | 11 { |
| 12 "name": "LayoutBlockFlow (positioned) DIV id='outer'", | 12 "name": "LayoutBlockFlow (positioned) DIV id='outer'", |
| 13 "position": [50, 50], | 13 "position": [50, 50], |
| 14 "bounds": [300, 300], | 14 "bounds": [300, 300], |
| 15 "drawsContent": true, | 15 "drawsContent": true, |
| 16 "children": [ | 16 "children": [ |
| 17 { | 17 { |
| 18 "name": "Child Containment Layer", | 18 "name": "Child Containment Layer", |
| 19 "bounds": [300, 300], | 19 "bounds": [300, 300], |
| 20 "children": [ | 20 "children": [ |
| 21 { | 21 { |
| 22 "name": "Ancestor Clipping Layer", | 22 "name": "Ancestor Clipping Layer", |
| 23 "bounds": [285, 300], | 23 "bounds": [285, 300], |
| 24 "shouldFlattenTransform": false, | 24 "shouldFlattenTransform": false, |
| 25 "children": [ | 25 "children": [ |
| 26 { | 26 { |
| 27 "name": "LayoutBlockFlow DIV id='content'", | 27 "name": "LayoutBlockFlow DIV id='content'", |
| 28 "bounds": [285, 1000], | 28 "bounds": [285, 1000], |
| 29 "contentsOpaque": true, |
| 29 "drawsContent": true | 30 "drawsContent": true |
| 30 } | 31 } |
| 31 ] | 32 ] |
| 32 } | 33 } |
| 33 ] | 34 ] |
| 34 } | 35 } |
| 35 ] | 36 ] |
| 36 } | 37 } |
| 37 ] | 38 ] |
| 38 } | 39 } |
| 39 ] | 40 ] |
| 40 } | 41 } |
| 41 | 42 |
| OLD | NEW |