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