Sign in
chromium
/
chromium
/
src.git
/
61.0.3140.1
/
.
/
third_party
/
WebKit
/
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>