4 <title>Viewport scrollbar corner with percent padding and background image
</title>
7 testRunner
.dumpAsText();
10 html { overflow: scroll; }
11 ::-webkit-scrollbar-corner {
13 background: bottom repeat-x scroll url(#tCF0) linen;
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=341004">bug
341004</a>:
20 This test passes if there is no crash when scrollbar's style changes.