haikuwebkit/LayoutTests/fast/css/scrollbar-dynamic-style-cha...

16 lines
184 B
HTML

<style>
::-webkit-scrollbar {
background: green;
}
body {
overflow: scroll;
}
div {
overflow: scroll;
width: 200px;
height: 200px;
}
</style>
<div></div>
</script>