repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
scrollbars
/
custom-scrollbar-changing-style-expected.html
blob
e81444b1047ba4a8e7602c813b7b2c4ca5bfde99
1
<!DOCTYPE
html
>
2
<style>
3
::-webkit-scrollbar {
4
height:
10
px;
5
width:
10
px
6
}
7
::-webkit-scrollbar-thumb {
8
background: rgba(
13
,
53
,
178
,
0.8
);
9
}
10
html {
11
overflow-y: scroll;
12
}
13
</style>
14
<div
style
=
"height:700px"
></div>