blob: f653b83bdb267ab4a7d6f8be3fbff549528e5538 [file] [log] [blame]
<style>
div::-webkit-scrollbar {
background-color: green;
}
div {
font-family: Ahem;
width: 200px;
height: 100px;
overflow: scroll;
color: white;
}
</style>
<div>PASS if the vertical scrollbar width computes to the default scrollbar width...and some more text here.</div>