Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <style> | 2 <style> |
| 3 .background-attachment-fixed { | 3 .background-attachment-fixed { |
| 4 background-image: url("white-1x1.png"); | 4 background-image: url("white-1x1.png"); |
| 5 background-attachment: fixed; | 5 background-attachment: fixed; |
| 6 height: 2000px; | |
| 6 } | 7 } |
| 7 </style> | 8 </style> |
| 8 | 9 |
| 9 <div id="scrollable" style="will-change:transform; height: 2000px;" class="backg round-attachment-fixed" /> | 10 <div id="scrollable" style="will-change:transform;" class="background-attachment -fixed" /> |
| OLD | NEW |