Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 | |
| 3 <style type="text/css"> | |
| 4 ::-webkit-scrollbar { | |
| 5 width: 16px; | |
| 6 height: 16px; | |
| 7 overflow: visible; | |
| 8 } | |
| 9 | |
| 10 div { | |
| 11 width: 1000px; | |
| 12 } | |
| 13 </style> | |
| 14 | |
| 15 <div style="position: absolute; top: 1000px;"> | |
| 16 end | |
| 17 </div> | |
| OLD | NEW |