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
Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
scrollbars
/
custom-scrollbar-inactive-only-on-windowinactive-selector-expected.html
blob
454a49f85843baca20db4a008cc81a04241d9a5d
1
<!DOCTYPE
HTML
>
2
<style>
3
::-webkit-scrollbar {
4
width:
12
px;
5
height:
12
px;
6
background: rgba(
255
,
0
,
0
,
0.8
);
7
}
8
body {
9
width:
1000
px;
10
height:
1000
px;
11
}
12
div {
13
width:
100
px;
14
height:
100
px;
15
overflow: scroll;
16
}
17
</style>
18
<iframe
src
=
"resources/scrollable-iframe-customscrollbar-windowinactive-expected.html"
></iframe>
19
<div><div></div></div>