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