3 <title>Test rubber banding overhang drawing with custom scrollbars</title>
12 ::-webkit-scrollbar-track-piece,
13 ::-webkit-scrollbar-corner {
14 background-color: blue;
19 <div style="height:30px; background-color:black; width:100%"></div>
20 <div id="info">This test requires DRT.</div>
22 if (window.internals) {
23 document.getElementById('info').style.visibility = "hidden";
24 internals.setScrollViewPosition(document, -50, -50);