OLD | NEW |
1 { | 1 { |
2 "layers": [ | 2 "layers": [ |
3 { | 3 { |
4 "name": "LayoutView #document", | 4 "name": "LayoutView #document", |
5 "bounds": [800, 600], | 5 "bounds": [800, 600], |
6 "contentsOpaque": true, | 6 "contentsOpaque": true, |
7 "drawsContent": true | 7 "drawsContent": true |
8 }, | 8 }, |
9 { | 9 { |
10 "name": "LayoutBlockFlow DIV id='intervening'", | 10 "name": "LayoutBlockFlow DIV id='intervening'", |
(...skipping 14 matching lines...) Expand all Loading... |
25 "name": "Scrolling Layer", | 25 "name": "Scrolling Layer", |
26 "position": [1, 1], | 26 "position": [1, 1], |
27 "bounds": [100, 100], | 27 "bounds": [100, 100], |
28 "shouldFlattenTransform": false | 28 "shouldFlattenTransform": false |
29 }, | 29 }, |
30 { | 30 { |
31 "name": "Scrolling Contents Layer", | 31 "name": "Scrolling Contents Layer", |
32 "bounds": [100, 180] | 32 "bounds": [100, 180] |
33 }, | 33 }, |
34 { | 34 { |
| 35 "name": "Decoration Layer", |
| 36 "bounds": [102, 102], |
| 37 "drawsContent": true |
| 38 }, |
| 39 { |
35 "name": "LayoutBlockFlow (positioned) DIV id='fixed'", | 40 "name": "LayoutBlockFlow (positioned) DIV id='fixed'", |
36 "position": [60, 60], | 41 "position": [60, 60], |
37 "bounds": [80, 80], | 42 "bounds": [80, 80], |
38 "contentsOpaque": true, | 43 "contentsOpaque": true, |
39 "drawsContent": true, | 44 "drawsContent": true, |
40 "backgroundColor": "#008000" | 45 "backgroundColor": "#008000" |
41 }, | 46 }, |
42 { | 47 { |
43 "name": "Squashing Containment Layer", | 48 "name": "Squashing Containment Layer", |
44 "shouldFlattenTransform": false | 49 "shouldFlattenTransform": false |
(...skipping 18 matching lines...) Expand all Loading... |
63 "bounds": [102, 102] | 68 "bounds": [102, 102] |
64 }, | 69 }, |
65 { | 70 { |
66 "name": "Vertical Scrollbar Layer", | 71 "name": "Vertical Scrollbar Layer", |
67 "position": [94, 1], | 72 "position": [94, 1], |
68 "bounds": [7, 100] | 73 "bounds": [7, 100] |
69 } | 74 } |
70 ] | 75 ] |
71 } | 76 } |
72 | 77 |
OLD | NEW |