4 <title>Scrollbar thumb re-rendering on hover
</title>
10 background-color: green;
11 -webkit-appearance: none;
14 #scrollable::-webkit-scrollbar {
18 #scrollable::-webkit-scrollbar-thumb {
19 background-color: green;
29 <p>Bug
<a href=
"http://webkit.org/b/109230">109230</a>: REGRESSION(r130089): Scrollbar thumb no longer re-rendered on hover
</p>
30 <p>For this test to pass, the below box should be green (in DumpRenderTree).
<br>
31 Interactively, the whole box should turn green on mouseover, even if not over the scrollbar thumb.
</p>
33 <div id=
"content"></div>