blob: 1d2fa7e2b76edeb64bd18ab02dc141d07cb9069d [file] [log] [blame]
<!DOCTYPE html>
<style>
::-webkit-scrollbar { background-color: green; }
</style>
For manual test, move mouse over the red bar.
The test passes if the bar turns green on mouse over and red on mouse out.
<div style="width: 200px; height: 200px; overflow-y: scroll" id="scroller">
<div style="height: 500px"></div>
</div>