| 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 "drawsContent": true, | 14 "drawsContent": true, |
| 15 "children": [ | 15 "children": [ |
| 16 { | 16 { |
| 17 "position": [1, 1], | 17 "position": [1, 1], |
| 18 "bounds": [285, 285], | 18 "bounds": [285, 285], |
| 19 "children": [ | 19 "children": [ |
| 20 { | 20 { |
| 21 "bounds": [285, 800], | 21 "bounds": [285, 800], |
| 22 "shouldFlattenTransform": false, | 22 "shouldFlattenTransform": false, |
| 23 "drawsContent": true, | 23 "drawsContent": true |
| 24 "children": [ | |
| 25 { | |
| 26 "shouldFlattenTransform": false | |
| 27 } | |
| 28 ] | |
| 29 } | 24 } |
| 30 ] | 25 ] |
| 31 }, | 26 }, |
| 32 { | 27 { |
| 33 "children": [ | 28 "children": [ |
| 34 { | 29 { |
| 35 "position": [1, 286], | 30 "position": [1, 286], |
| 36 "bounds": [285, 15], | 31 "bounds": [285, 15] |
| 37 "drawsContent": true | |
| 38 }, | 32 }, |
| 39 { | 33 { |
| 40 "position": [286, 1], | 34 "position": [286, 1], |
| 41 "bounds": [15, 285], | 35 "bounds": [15, 285] |
| 42 "drawsContent": true | |
| 43 }, | 36 }, |
| 44 { | 37 { |
| 45 "position": [286, 286], | 38 "position": [286, 286], |
| 46 "bounds": [15, 15], | 39 "bounds": [15, 15], |
| 47 "drawsContent": true | 40 "drawsContent": true |
| 48 } | 41 } |
| 49 ] | 42 ] |
| 50 } | 43 } |
| 51 ] | 44 ] |
| 52 }, | 45 }, |
| 53 { | 46 { |
| 54 "position": [10, 100], | 47 "position": [10, 100], |
| 55 "bounds": [100, 100], | 48 "bounds": [100, 100], |
| 56 "contentsOpaque": true, | 49 "contentsOpaque": true, |
| 57 "drawsContent": true, | 50 "drawsContent": true, |
| 58 "backgroundColor": "#00FF00" | 51 "backgroundColor": "#00FF00" |
| 59 } | 52 } |
| 60 ] | 53 ] |
| 61 } | 54 } |
| 62 ] | 55 ] |
| 63 } | 56 } |
| 64 | 57 |
| OLD | NEW |