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 (positioned) DIV class='composited box behind
'", |
10 "position": [100, 100], | 13 "position": [100, 100], |
11 "bounds": [100, 100], | 14 "bounds": [100, 100], |
12 "contentsOpaque": true, | 15 "contentsOpaque": true, |
13 "drawsContent": true, | 16 "drawsContent": true, |
14 "backgroundColor": "#0000FF" | 17 "backgroundColor": "#0000FF" |
15 }, | 18 }, |
16 { | 19 { |
| 20 "name": "Squashing Containment Layer", |
17 "shouldFlattenTransform": false, | 21 "shouldFlattenTransform": false, |
18 "children": [ | 22 "children": [ |
19 { | 23 { |
| 24 "name": "LayoutBlockFlow (positioned) DIV class='box middle'", |
20 "position": [20, 20], | 25 "position": [20, 20], |
21 "bounds": [100, 100], | 26 "bounds": [100, 100], |
22 "contentsOpaque": true, | 27 "contentsOpaque": true, |
23 "drawsContent": true, | 28 "drawsContent": true, |
24 "backgroundColor": "#00FF00", | 29 "backgroundColor": "#00FF00", |
25 "transform": [ | 30 "transform": [ |
26 [0.707106781186548, 0.707106781186548, 0, 0], | 31 [0.707106781186548, 0.707106781186548, 0, 0], |
27 [-0.707106781186548, 0.707106781186548, 0, 0], | 32 [-0.707106781186548, 0.707106781186548, 0, 0], |
28 [0, 0, 1, 0], | 33 [0, 0, 1, 0], |
29 [0, 0, 0, 1] | 34 [0, 0, 0, 1] |
30 ] | 35 ] |
31 }, | 36 }, |
32 { | 37 { |
| 38 "name": "Squashing Layer (first squashed layer: LayoutBlockFlow (p
ositioned) DIV class='box top')", |
33 "position": [180, 180], | 39 "position": [180, 180], |
34 "bounds": [100, 100], | 40 "bounds": [100, 100], |
35 "drawsContent": true | 41 "drawsContent": true |
36 } | 42 } |
37 ] | 43 ] |
38 } | 44 } |
39 ] | 45 ] |
40 } | 46 } |
41 ] | 47 ] |
42 } | 48 } |
43 | 49 |
OLD | NEW |