| 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": "#D3D3D3", | 8 "backgroundColor": "#D3D3D3" |
| 11 "children": [ | 9 }, |
| 12 { | 10 { |
| 13 "name": "LayoutBlockFlow HTML", | 11 "name": "LayoutBlockFlow HTML", |
| 14 "bounds": [800, 600], | 12 "bounds": [800, 600], |
| 15 "drawsContent": true, | 13 "drawsContent": true, |
| 16 "backgroundColor": "#D3D3D3", | 14 "backgroundColor": "#D3D3D3" |
| 17 "children": [ | 15 }, |
| 18 { | 16 { |
| 19 "name": "LayoutBlockFlow (positioned) DIV id='underbody'", | 17 "name": "LayoutBlockFlow (positioned) DIV id='underbody'", |
| 20 "position": [8, 8], | 18 "position": [8, 8], |
| 21 "bounds": [200, 200], | 19 "bounds": [200, 200], |
| 22 "contentsOpaque": true, | 20 "contentsOpaque": true, |
| 23 "drawsContent": true, | 21 "drawsContent": true, |
| 24 "backgroundColor": "#008000" | 22 "backgroundColor": "#008000" |
| 25 }, | 23 }, |
| 26 { | 24 { |
| 27 "name": "LayoutBlockFlow HTML (foreground) Layer", | 25 "name": "LayoutBlockFlow HTML (foreground) Layer", |
| 28 "bounds": [800, 600], | 26 "bounds": [800, 600], |
| 29 "drawsContent": true | 27 "drawsContent": true |
| 30 } | |
| 31 ] | |
| 32 } | |
| 33 ] | |
| 34 } | 28 } |
| 35 ] | 29 ] |
| 36 } | 30 } |
| 37 | 31 |
| OLD | NEW |