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": "Ancestor Clipping Layer", |
10 "position": [50, 50], | 13 "position": [50, 50], |
11 "bounds": [100, 100], | 14 "bounds": [100, 100], |
12 "shouldFlattenTransform": false, | 15 "shouldFlattenTransform": false, |
13 "children": [ | 16 "children": [ |
14 { | 17 { |
| 18 "name": "LayoutBlockFlow DIV id='child'", |
15 "bounds": [500, 100], | 19 "bounds": [500, 100], |
16 "contentsOpaque": true, | 20 "contentsOpaque": true, |
17 "drawsContent": true, | 21 "drawsContent": true, |
18 "backgroundColor": "#008000" | 22 "backgroundColor": "#008000" |
19 } | 23 } |
20 ] | 24 ] |
21 }, | 25 }, |
22 { | 26 { |
| 27 "name": "Squashing Containment Layer", |
23 "shouldFlattenTransform": false, | 28 "shouldFlattenTransform": false, |
24 "children": [ | 29 "children": [ |
25 { | 30 { |
| 31 "name": "LayoutBlockFlow DIV id='child'", |
26 "position": [50, 200], | 32 "position": [50, 200], |
27 "bounds": [500, 100], | 33 "bounds": [500, 100], |
28 "contentsOpaque": true, | 34 "contentsOpaque": true, |
29 "drawsContent": true, | 35 "drawsContent": true, |
30 "backgroundColor": "#008000" | 36 "backgroundColor": "#008000" |
31 }, | 37 }, |
32 { | 38 { |
| 39 "name": "Squashing Layer (first squashed layer: LayoutBlockFlow (p
ositioned) DIV id='overlap')", |
33 "position": [450, 200], | 40 "position": [450, 200], |
34 "bounds": [100, 100], | 41 "bounds": [100, 100], |
35 "drawsContent": true | 42 "drawsContent": true |
36 } | 43 } |
37 ] | 44 ] |
38 } | 45 } |
39 ] | 46 ] |
40 } | 47 } |
41 ] | 48 ] |
42 } | 49 } |
43 | 50 |
OLD | NEW |