Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html> | 2 <html> |
| 3 <head> | 3 <head> |
| 4 <style> | 4 <style> |
| 5 ::-webkit-scrollbar { | 5 ::-webkit-scrollbar { |
| 6 width: 0px; | 6 width: 0px; |
| 7 height: 0px; | 7 height: 0px; |
| 8 } | 8 } |
| 9 | 9 |
| 10 body, html { | 10 body, html { |
| (...skipping 15 matching lines...) Expand all Loading... | |
| 26 width: 800px; | 26 width: 800px; |
| 27 height: 800px; | 27 height: 800px; |
| 28 } | 28 } |
| 29 </style> | 29 </style> |
| 30 </head> | 30 </head> |
| 31 | 31 |
| 32 <body> | 32 <body> |
| 33 <div id="container"> | 33 <div id="container"> |
| 34 <div id="spacer"></div> | 34 <div id="spacer"></div> |
| 35 </div> | 35 </div> |
| 36 <div id="spacer"></div> | |
| 36 </body> | 37 </body> |
| 37 </html> | 38 </html> |
| OLD | NEW |