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