Sign in
webkit
/
WebKit
/
ff4cb3c2323f3937e96e08f4f6fbe6c7755f9da5
/
.
/
LayoutTests
/
fast
/
css
/
max-height-none.html
blob: 1fb8b66a96b742dea9edfcbe8e48ab7238df0276 [
file
] [
log
] [
blame
]
<div
style
=
"
position
:
absolute
;
height
:
100px
;
max-height
:
none
;
background
:
red
;
"
>
This should be 100px high.
</div>