3 <style type=
"text/css">
15 border: 1px solid blue
;
20 .wrapper::-webkit-scrollbar
25 .wrapper::-webkit-scrollbar-track
27 background-color: #E3E3E3;
30 .wrapper::-webkit-scrollbar-thumb
33 border: 1px solid
#ADADAD;
40 <p>This test passes if the custom scrollbar paints in the corrext spot, which is at the bottom of the purple div.
</p>
45 <div style=
"background-color:purple; width:500px; height:400px;"></div>
49 <div style=
"background-color:green; width:15px; height:900px;"></div>