OLD | NEW |
---|---|
(Empty) | |
1 <!DOCTYPE html> | |
2 <html> | |
3 <head> | |
4 <title>Viewport scrollbar corner with percent padding and background ima ge</title> | |
5 <script> | |
6 if (window.testRunner) | |
7 testRunner.dumpAsText(); | |
8 </script> | |
9 <style> | |
10 html { overflow: scroll; } | |
11 ::-webkit-scrollbar-corner { | |
12 padding-right: 85%; | |
13 background: bottom repeat-x scroll url(#tCF0) linen; | |
14 } | |
15 </style> | |
16 </head> | |
17 <body> | |
18 <p>Viewport scrollbar corner with percent padding and background image</ p> | |
19 Test for <a href="http://code.google.com/p/chromium/issues/detail?id=341 004">bug 341004</a>: | |
20 This test passes if there is no crash when scrollbar's style changes. | |
21 </body> | |
22 </html> | |
OLD | NEW |