| 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 "layers": [ | 4 "layers": [ |
| 5 { | 5 { |
| 6 "name": "LayoutView #document", | 6 "name": "LayoutView #document", |
| 7 "bounds": [800, 600], | 7 "bounds": [800, 600], |
| 8 "contentsOpaque": true, | 8 "contentsOpaque": true, |
| 9 "drawsContent": true | 9 "drawsContent": true |
| 10 }, | 10 }, |
| (...skipping 29 matching lines...) Expand all Loading... |
| 40 "position": [286, 1], | 40 "position": [286, 1], |
| 41 "bounds": [15, 285] | 41 "bounds": [15, 285] |
| 42 }, | 42 }, |
| 43 { | 43 { |
| 44 "name": "Scroll Corner Layer", | 44 "name": "Scroll Corner Layer", |
| 45 "position": [286, 286], | 45 "position": [286, 286], |
| 46 "bounds": [15, 15], | 46 "bounds": [15, 15], |
| 47 "drawsContent": true | 47 "drawsContent": true |
| 48 }, | 48 }, |
| 49 { | 49 { |
| 50 "name": "Decoration Layer", |
| 51 "bounds": [302, 302], |
| 52 "drawsContent": true |
| 53 }, |
| 54 { |
| 50 "name": "LayoutBlockFlow (positioned) DIV class='fixed lime box'", | 55 "name": "LayoutBlockFlow (positioned) DIV class='fixed lime box'", |
| 51 "position": [10, 100], | 56 "position": [10, 100], |
| 52 "bounds": [100, 100], | 57 "bounds": [100, 100], |
| 53 "contentsOpaque": true, | 58 "contentsOpaque": true, |
| 54 "drawsContent": true, | 59 "drawsContent": true, |
| 55 "backgroundColor": "#00FF00" | 60 "backgroundColor": "#00FF00" |
| 56 } | 61 } |
| 57 ] | 62 ] |
| 58 } | 63 } |
| 59 | 64 |
| OLD | NEW |