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
/
paint
/
invalidation
/
spv2
/
resize-child-within-overflow-expected.html
blob
708e9ec227ac4ec16c2b1cc356b6f196838e3c44
1
<!DOCTYPE
html
>
2
<style>
3
body {
4
margin:
0
;
5
}
6
.container {
7
position: absolute;
8
height:
1000
px;
9
background-color: blue;
10
}
11
#child {
12
width:
600
px;
13
}
14
.overflow {
15
width:
800
px;
16
height:
50
px;
17
}
18
</style>
19
<div
class
=
"container"
>
20
<div
id
=
"child"
>
21
<div
class
=
"overflow"
></div>
22
</div>
23
</div>