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
/
fast
/
replaced
/
resources
/
vertical-resize-100percent-contents.html
blob
c049c5d5f764b0bb3f06b59df78e9c4bee8748e6
1
<html>
2
<head>
3
<style>
4
html, body {
5
border:
0
;
6
margin:
0
;
7
height:
100
%;
8
}
9
10
#container {
11
position: relative;
12
margin:
0
auto;
13
height: auto !important;
14
min-height:
100
%;
15
}
16
17
#footer {
18
position: absolute;
19
width:
100
%;
20
bottom:
0
;
21
background: gray;
22
}
23
</style>
24
</head>
25
<body>
26
<div
id
=
"container"
>
27
<div><img
id
=
"img"
src
=
"compass.jpg"
style
=
"width: 100%; height: 100%;"
></div>
28
<div
id
=
"footer"
>
29
Layout test for
<a
href
=
"https://bugs.webkit.org/show_bug.cgi?id=43022"
>
https://bugs.webkit.org/show_bug.cgi?id=
43022
</a>
30
</div>
31
</div>
32
</body>
33
</html>