11{
22 "layers": [
33 {
44 "name": "LayoutView #document",
55 "bounds": [800, 600],
66 "contentsOpaque": true,
7 "drawsContent": true
7 "backgroundColor": "#FFFFFF"
88 },
99 {
1010 "name": "LayoutBlockFlow (relative positioned) DIV id='container'",
1111 "position": [8, 8],
1212 "bounds": [102, 302],
13 "shouldFlattenTransform": false,
14 "drawsContent": true,
1513 "backfaceVisibility": "hidden"
1614 },
1715 {
1816 "name": "Scrolling Layer",
19 "position": [1, 1],
17 "position": [9, 9],
2018 "bounds": [100, 300],
21 "shouldFlattenTransform": false
19 "drawsContent": false
2220 },
2321 {
2422 "name": "Scrolling Contents Layer",
25 "bounds": [100, 430]
23 "position": [9, 9],
24 "bounds": [100, 430],
25 "drawsContent": false,
26 "transform": 1
2627 },
2728 {
2829 "name": "Overflow Controls Host Layer",
29 "bounds": [102, 302]
30 "position": [8, 8],
31 "bounds": [102, 302],
32 "drawsContent": false,
33 "backfaceVisibility": "hidden"
3034 },
3135 {
3236 "name": "Horizontal Scrollbar Layer",
33 "position": [1, 301],
34 "bounds": [100, 0],
35 "drawsContent": true
37 "position": [9, 309],
38 "bounds": [100, 0]
3639 },
3740 {
3841 "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
4256 }
4357 ]
4458}
4559