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
/
compositing
/
animation
/
hidden-animated-layer-should-not-have-scrollbars-expected.html
blob
abbb12a86cb526b065782ed1205d65595480cadc
1
<!DOCTYPE
HTML
>
2
<style>
3
#scroller {
4
width:
100
px;
5
height:
100
px;
6
overflow: scroll;
7
visibility: hidden;
8
}
9
#scrolled {
10
width:
10
px;
11
height:
10
px;
12
position: relative;
13
background: blue;
14
visibility: hidden;
15
top:
300
px;
16
}
17
</style>
18
<div
id
=
"scroller"
>
19
<div
id
=
"scrolled"
></div>
20
</div>