OLD | NEW |
1 Even though the fixed-position element's container is nonscrollable, it should s
till be composited because one of its ancestors is scrolling. | 1 Even though the fixed-position element's container is nonscrollable, it should s
till be composited because one of its ancestors is scrolling. |
2 | 2 |
3 { | 3 { |
4 "bounds": [800, 600], | 4 "bounds": [800, 600], |
5 "children": [ | 5 "children": [ |
6 { | 6 { |
7 "bounds": [800, 600], | 7 "bounds": [800, 600], |
8 "contentsOpaque": true, | 8 "contentsOpaque": true, |
9 "drawsContent": true, | 9 "drawsContent": true, |
10 "children": [ | 10 "children": [ |
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
50 "bounds": [100, 100], | 50 "bounds": [100, 100], |
51 "contentsOpaque": true, | 51 "contentsOpaque": true, |
52 "drawsContent": true, | 52 "drawsContent": true, |
53 "backgroundColor": "#00FF00" | 53 "backgroundColor": "#00FF00" |
54 } | 54 } |
55 ] | 55 ] |
56 } | 56 } |
57 ] | 57 ] |
58 } | 58 } |
59 | 59 |
OLD | NEW |