1 | 1 | {
|
---|
2 | 2 | "layers": [
|
---|
3 | 3 | {
|
---|
4 | 4 | "name": "LayoutView #document",
|
---|
5 | 5 | "bounds": [800, 600],
|
---|
6 | 6 | "contentsOpaque": true,
|
---|
7 | | "drawsContent": true
|
---|
| 7 | "backgroundColor": "#FFFFFF"
|
---|
8 | 8 | },
|
---|
9 | 9 | {
|
---|
10 | 10 | "name": "LayoutBlockFlow (relative positioned) DIV id='container'",
|
---|
11 | 11 | "position": [8, 8],
|
---|
12 | 12 | "bounds": [102, 302],
|
---|
13 | | "shouldFlattenTransform": false,
|
---|
14 | | "drawsContent": true,
|
---|
15 | 13 | "backfaceVisibility": "hidden"
|
---|
16 | 14 | },
|
---|
17 | 15 | {
|
---|
18 | 16 | "name": "Scrolling Layer",
|
---|
19 | | "position": [1, 1],
|
---|
| 17 | "position": [9, 9],
|
---|
20 | 18 | "bounds": [100, 300],
|
---|
21 | | "shouldFlattenTransform": false
|
---|
| 19 | "drawsContent": false
|
---|
22 | 20 | },
|
---|
23 | 21 | {
|
---|
24 | 22 | "name": "Scrolling Contents Layer",
|
---|
25 | | "bounds": [100, 430]
|
---|
| 23 | "position": [9, 9],
|
---|
| 24 | "bounds": [100, 430],
|
---|
| 25 | "drawsContent": false,
|
---|
| 26 | "transform": 1
|
---|
26 | 27 | },
|
---|
27 | 28 | {
|
---|
28 | 29 | "name": "Overflow Controls Host Layer",
|
---|
29 | | "bounds": [102, 302]
|
---|
| 30 | "position": [8, 8],
|
---|
| 31 | "bounds": [102, 302],
|
---|
| 32 | "drawsContent": false,
|
---|
| 33 | "backfaceVisibility": "hidden"
|
---|
30 | 34 | },
|
---|
31 | 35 | {
|
---|
32 | 36 | "name": "Horizontal Scrollbar Layer",
|
---|
33 | | "position": [1, 301],
|
---|
34 | | "bounds": [100, 0],
|
---|
35 | | "drawsContent": true
|
---|
| 37 | "position": [9, 309],
|
---|
| 38 | "bounds": [100, 0]
|
---|
36 | 39 | },
|
---|
37 | 40 | {
|
---|
38 | 41 | "name": "Vertical Scrollbar Layer",
|
---|
39 | | "position": [101, 1],
|
---|
40 | | "bounds": [0, 300],
|
---|
41 | | "drawsContent": true
|
---|
| 42 | "position": [109, 9],
|
---|
| 43 | "bounds": [0, 300]
|
---|
| 44 | }
|
---|
| 45 | ],
|
---|
| 46 | "transforms": [
|
---|
| 47 | {
|
---|
| 48 | "id": 1,
|
---|
| 49 | "transform": [
|
---|
| 50 | [1, 0, 0, 0],
|
---|
| 51 | [0, 1, 0, 0],
|
---|
| 52 | [0, 0, 1, 0],
|
---|
| 53 | [0, -100, 0, 1]
|
---|
| 54 | ],
|
---|
| 55 | "flattenInheritedTransform": false
|
---|
42 | 56 | }
|
---|
43 | 57 | ]
|
---|
44 | 58 | }
|
---|
45 | 59 |
|
---|