OLD | NEW |
1 Test | 1 Test |
2 Fader | 2 Fader |
3 { | 3 { |
| 4 "name": "Content Root Layer", |
4 "bounds": [800, 600], | 5 "bounds": [800, 600], |
5 "children": [ | 6 "children": [ |
6 { | 7 { |
| 8 "name": "LayoutView #document", |
7 "bounds": [800, 600], | 9 "bounds": [800, 600], |
8 "contentsOpaque": true, | 10 "contentsOpaque": true, |
9 "drawsContent": true, | 11 "drawsContent": true, |
10 "children": [ | 12 "children": [ |
11 { | 13 { |
| 14 "name": "Squashing Containment Layer", |
12 "shouldFlattenTransform": false, | 15 "shouldFlattenTransform": false, |
13 "children": [ | 16 "children": [ |
14 { | 17 { |
| 18 "name": "LayoutBlockFlow DIV class='compositing'", |
15 "position": [8, 8], | 19 "position": [8, 8], |
16 "bounds": [1, 1] | 20 "bounds": [1, 1] |
17 }, | 21 }, |
18 { | 22 { |
| 23 "name": "Squashing Layer (first squashed layer: LayoutBlockFlow (r
elative positioned) DIV class='test')", |
19 "position": [-9992, -1], | 24 "position": [-9992, -1], |
20 "bounds": [10100, 100], | 25 "bounds": [10100, 100], |
21 "drawsContent": true | 26 "drawsContent": true |
22 } | 27 } |
23 ] | 28 ] |
24 } | 29 } |
25 ] | 30 ] |
26 } | 31 } |
27 ] | 32 ] |
28 } | 33 } |
29 | 34 |
OLD | NEW |