| OLD | NEW |
| 1 { | 1 { |
| 2 "name": "Content Root Layer", |
| 2 "bounds": [800, 600], | 3 "bounds": [800, 600], |
| 3 "children": [ | 4 "children": [ |
| 4 { | 5 { |
| 6 "name": "LayoutView #document", |
| 5 "bounds": [800, 600], | 7 "bounds": [800, 600], |
| 6 "contentsOpaque": true, | 8 "contentsOpaque": true, |
| 7 "drawsContent": true, | 9 "drawsContent": true, |
| 8 "children": [ | 10 "children": [ |
| 9 { | 11 { |
| 12 "name": "LayoutVideo (positioned) VIDEO", |
| 10 "bounds": [100, 100], | 13 "bounds": [100, 100], |
| 11 "contentsOpaque": true, | 14 "contentsOpaque": true, |
| 12 "drawsContent": true, | 15 "drawsContent": true, |
| 13 "backgroundColor": "#ADD8E6", | 16 "backgroundColor": "#ADD8E6", |
| 14 "children": [ | 17 "children": [ |
| 15 { | 18 { |
| 19 "name": "LayoutFlexibleBox (relative positioned) DIV", |
| 16 "bounds": [100, 100], | 20 "bounds": [100, 100], |
| 17 "drawsContent": true | 21 "drawsContent": true |
| 18 }, | 22 }, |
| 19 { | 23 { |
| 24 "name": "LayoutFlexibleBox (relative positioned) DIV", |
| 20 "bounds": [100, 58] | 25 "bounds": [100, 58] |
| 21 } | 26 } |
| 22 ] | 27 ] |
| 23 }, | 28 }, |
| 24 { | 29 { |
| 30 "name": "LayoutBlockFlow (positioned) DIV", |
| 25 "position": [50, 50], | 31 "position": [50, 50], |
| 26 "bounds": [200, 200], | 32 "bounds": [200, 200], |
| 27 "contentsOpaque": true, | 33 "contentsOpaque": true, |
| 28 "drawsContent": true, | 34 "drawsContent": true, |
| 29 "backgroundColor": "#D3D3D3" | 35 "backgroundColor": "#D3D3D3" |
| 30 } | 36 } |
| 31 ] | 37 ] |
| 32 } | 38 } |
| 33 ] | 39 ] |
| 34 } | 40 } |
| 35 | 41 |
| OLD | NEW |