Sign in
nest-open-source
/
manifest_repos
/
chromium_src
/
ce182f4f4cdacd008274200f23abd3db3c4cbfb7
/
.
/
third_party
/
blink
/
web_tests
/
scrollbars
/
custom-scrollbar-changing-style-expected.html
blob: e81444b1047ba4a8e7602c813b7b2c4ca5bfde99 [
file
]
<!DOCTYPE html>
<style>
::-
webkit-scrollbar
{
height
:
10px
;
width
:
10px
}
::-
webkit-scrollbar-thumb
{
background
:
rgba
(
13
,
53
,
178
,
0.8
);
}
html
{
overflow-y
:
scroll
;
}
</style>
<div
style
=
"
height
:
700px
"
></div>