Sign in
webkit
/
WebKit
/
939e9d9dca352ef0e519c767220f928dea5a0c13
/
.
/
LayoutTests
/
fast
/
block
/
basic
/
quirk-height.html
blob: 025f79c0fb78db3a174d9919736d17780ae72b44 [
file
] [
log
] [
blame
]
<html>
<body
style
=
"
padding
:
24px
;
background-color
:
#eeeeee
"
>
<div
style
=
"
height
:
100%
;
background-color
:
green
;
color
:
white
"
>
The green div should fill the content area (except for a bit of padding on all sides).
</div>
</body>
</html>