levin@chromium.org | b742833 | 2009-06-22 17:20:03 +0000 | [diff] [blame] | 1 | <html> |
2 | <head> | ||||
3 | <style> | ||||
4 | ::-webkit-scrollbar { | ||||
5 | width: 13px; | ||||
6 | height: 13px; | ||||
7 | } | ||||
8 | |||||
9 | .box { | ||||
10 | background: gray; | ||||
11 | width: 4000px; | ||||
12 | height: 4000px; | ||||
13 | } | ||||
14 | </style> | ||||
15 | </head> | ||||
16 | <body> | ||||
17 | <P class="box">PASS</p> | ||||
18 | </body> | ||||
19 | </html> |