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 }, | 7 }, |
8 { | 8 { |
9 "name": "LayoutBlockFlow HTML", | 9 "name": "LayoutBlockFlow HTML", |
10 "bounds": [800, 408], | 10 "bounds": [800, 408], |
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
42 { | 42 { |
43 "name": "Overflow Controls Host Layer", | 43 "name": "Overflow Controls Host Layer", |
44 "bounds": [300, 300] | 44 "bounds": [300, 300] |
45 }, | 45 }, |
46 { | 46 { |
47 "name": "Vertical Scrollbar Layer", | 47 "name": "Vertical Scrollbar Layer", |
48 "position": [285, 0], | 48 "position": [285, 0], |
49 "bounds": [15, 300] | 49 "bounds": [15, 300] |
50 }, | 50 }, |
51 { | 51 { |
| 52 "name": "Decoration Layer", |
| 53 "bounds": [300, 300], |
| 54 "drawsContent": true |
| 55 }, |
| 56 { |
52 "name": "Squashing Containment Layer", | 57 "name": "Squashing Containment Layer", |
53 "shouldFlattenTransform": false | 58 "shouldFlattenTransform": false |
54 }, | 59 }, |
55 { | 60 { |
56 "name": "LayoutBlockFlow (relative positioned) DIV", | 61 "name": "LayoutBlockFlow (relative positioned) DIV", |
57 "position": [108, 100], | 62 "position": [108, 100], |
58 "bounds": [285, 1000] | 63 "bounds": [285, 1000] |
59 }, | 64 }, |
60 { | 65 { |
61 "name": "Squashing Layer (first squashed layer: LayoutBlockFlow (relative
positioned) DIV)", | 66 "name": "Squashing Layer (first squashed layer: LayoutBlockFlow (relative
positioned) DIV)", |
62 "position": [108, 100], | 67 "position": [108, 100], |
63 "bounds": [285, 1000], | 68 "bounds": [285, 1000], |
64 "drawsContent": true | 69 "drawsContent": true |
65 } | 70 } |
66 ] | 71 ] |
67 } | 72 } |
68 | 73 |
OLD | NEW |