Sign in
webkit
/
WebKit
/
734d4fc1b6da79b72e234e4a50435f25dd90d769
/
.
/
WebDriverTests
/
imported
/
selenium
/
common
/
src
/
web
/
fixedFooterNoScrollQuirksMode.html
blob: 2593bf35c6bd59abd9fe3ca766cbff1984c5a91e [
file
] [
log
] [
blame
]
<html>
<head>
<title>
Fixed footer with no scrollbar
</title>
</head>
<body>
<div
style
=
"
width
:
100%
;
min-height
:
100%
;
"
>
<div
style
=
"
position
:
absolute
;
bottom
:
0px
;
"
>
<a
id
=
"link"
href
=
"xhtmlTest.html"
>
Click me
</a>
</div>
</div>
</body>
</html>