Sign in
webkit
/
WebKit
/
6fc4cea55dcebb7c00342f019b50ad195e26c665
/
.
/
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>