| <!DOCTYPE html> |
| <html> |
| <head> |
| <title>Viewport scrollbar corner with percent padding and background image</title> |
| <script> |
| if (window.testRunner) |
| testRunner.dumpAsText(); |
| </script> |
| <style> |
| html { overflow: scroll; } |
| ::-webkit-scrollbar-corner { |
| padding-right: 85%; |
| background: bottom repeat-x scroll url(#tCF0) linen; |
| } |
| </style> |
| </head> |
| <body> |
| <p>Viewport scrollbar corner with percent padding and background image</p> |
| Test for <a href="http://code.google.com/p/chromium/issues/detail?id=341004">bug 341004</a>: |
| This test passes if there is no crash when scrollbar's style changes. |
| </body> |
| </html> |