Sign in
webkit
/
WebKit
/
c6951ff6f7d972427c05df8e7c39e3f2d74bf29c
/
.
/
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>