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