Sign in
webkit
/
WebKit
/
5ee61c06e54d41c4ffb65d69f6b4605c35afb105
/
.
/
LayoutTests
/
fast
/
css
/
scrollbar-dynamic-style-change-expected.html
blob: 2509476584de29f1653c02fef531143419e8f448 [
file
] [
log
] [
blame
]
<style>
::-
webkit-scrollbar
{
background
:
green
;
}
body
{
overflow
:
scroll
;
}
div
{
overflow
:
scroll
;
width
:
200px
;
height
:
200px
;
}
</style>
<div></div>
</script>