| 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": [ |
| 11 { | 11 { |
| 12 "position": [8, 72], | 12 "position": [8, 72], |
| 13 "bounds": [302, 302], | 13 "bounds": [302, 302], |
| 14 "shouldFlattenTransform": false, |
| 14 "drawsContent": true, | 15 "drawsContent": true, |
| 15 "children": [ | 16 "children": [ |
| 16 { | 17 { |
| 17 "position": [1, 1], | 18 "position": [1, 1], |
| 18 "bounds": [285, 285], | 19 "bounds": [285, 285], |
| 20 "shouldFlattenTransform": false, |
| 19 "children": [ | 21 "children": [ |
| 20 { | 22 { |
| 21 "bounds": [285, 800], | 23 "bounds": [285, 800], |
| 22 "shouldFlattenTransform": false, | |
| 23 "drawsContent": true | 24 "drawsContent": true |
| 24 } | 25 } |
| 25 ] | 26 ] |
| 26 }, | 27 }, |
| 27 { | 28 { |
| 28 "bounds": [302, 302], | 29 "bounds": [302, 302], |
| 29 "children": [ | 30 "children": [ |
| 30 { | 31 { |
| 31 "position": [1, 286], | 32 "position": [1, 286], |
| 32 "bounds": [285, 15] | 33 "bounds": [285, 15] |
| (...skipping 16 matching lines...) Expand all Loading... |
| 49 "bounds": [100, 100], | 50 "bounds": [100, 100], |
| 50 "contentsOpaque": true, | 51 "contentsOpaque": true, |
| 51 "drawsContent": true, | 52 "drawsContent": true, |
| 52 "backgroundColor": "#00FF00" | 53 "backgroundColor": "#00FF00" |
| 53 } | 54 } |
| 54 ] | 55 ] |
| 55 } | 56 } |
| 56 ] | 57 ] |
| 57 } | 58 } |
| 58 | 59 |
| OLD | NEW |