OLD | NEW |
1 This scenario verifies that the cyan "container" element scrolls properly with s
quashing enabled. The "container" element should not squash into a composited la
yer mapping owned by the fixed position layer or its descendant, since this woul
d make it behave like a fixed position element during composited scrolling. | 1 This scenario verifies that the cyan "container" element scrolls properly with s
quashing enabled. The "container" element should not squash into a composited la
yer mapping owned by the fixed position layer or its descendant, since this woul
d make it behave like a fixed position element during composited scrolling. |
2 | 2 |
3 CASE 1, original layer tree: | 3 CASE 1, original layer tree: |
4 { | 4 { |
5 "bounds": [785, 4050], | 5 "bounds": [785, 4050], |
6 "children": [ | 6 "children": [ |
7 { | 7 { |
8 "bounds": [785, 4050], | 8 "bounds": [785, 4050], |
9 "contentsOpaque": true, | 9 "contentsOpaque": true, |
10 "drawsContent": true, | 10 "drawsContent": true, |
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
67 "bounds": [200, 4000], | 67 "bounds": [200, 4000], |
68 "contentsOpaque": true, | 68 "contentsOpaque": true, |
69 "drawsContent": true, | 69 "drawsContent": true, |
70 "backgroundColor": "#00FFFF" | 70 "backgroundColor": "#00FFFF" |
71 } | 71 } |
72 ] | 72 ] |
73 } | 73 } |
74 ] | 74 ] |
75 } | 75 } |
76 | 76 |
OLD | NEW |