| 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 DIV id='container'", | 12 "name": "LayoutBlockFlow DIV id='container'", |
| 13 "position": [23, 8], | 13 "position": [23, 8], |
| 14 "transformOrigin": [377, 0], | 14 "transformOrigin": [377, 0], |
| 15 "bounds": [256, 256], | 15 "bounds": [256, 256], |
| 16 "contentsOpaque": true, | 16 "contentsOpaque": true, |
| 17 "drawsContent": true, | 17 "drawsContent": true, |
| 18 "transform": [ | 18 "transform": [ |
| 19 [1, 0, 0, 0], | 19 [1, 0, 0, 0], |
| 20 [0, 1, 0, 0], | 20 [0, 1, 0, 0], |
| 21 [0, 0, 1, 0], | 21 [0, 0, 1, 0], |
| 22 [-10, 0, 0, 1] | 22 [-10, 0, 0, 1] |
| 23 ], | 23 ], |
| 24 "children": [ | 24 "children": [ |
| 25 { | 25 { |
| 26 "name": "LayoutBlockFlow (positioned) DIV id='composited'", | 26 "name": "LayoutBlockFlow (positioned) DIV id='composited'", |
| 27 "position": [385, 0] | 27 "position": [385, 0], |
| 28 "contentsOpaque": true |
| 28 } | 29 } |
| 29 ] | 30 ] |
| 30 }, | 31 }, |
| 31 { | 32 { |
| 32 "name": "LayoutBlockFlow (positioned) DIV id='green'", | 33 "name": "LayoutBlockFlow (positioned) DIV id='green'", |
| 33 "bounds": [300, 300], | 34 "bounds": [300, 300], |
| 34 "contentsOpaque": true, | 35 "contentsOpaque": true, |
| 35 "drawsContent": true, | 36 "drawsContent": true, |
| 36 "backgroundColor": "#008000" | 37 "backgroundColor": "#008000" |
| 37 } | 38 } |
| 38 ] | 39 ] |
| 39 } | 40 } |
| 40 ] | 41 ] |
| 41 } | 42 } |
| 42 | 43 |
| OLD | NEW |