Sign in
webkit
/
WebKit
/
cdf72f0d7b69095eac98e4559cae6b681946d5d4
/
.
/
LayoutTests
/
fast
/
flexbox
/
auto-height-with-flex.html
blob: d1e2d176aae2ea61d24863af9e7b3b135f239800 [
file
] [
log
] [
blame
]
<div
style
=
"
display
:
-webkit-flex
;
-webkit-flex-direction
:
column
;
border
:
1px
solid purple
;
"
>
<div>
Header
</div>
<div
style
=
"
-webkit-flex
:
1
"
>
Flexible content
<br>
</div>
</div>