repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
css3
/
flexbox
/
auto-height-with-flex.html
blob
870a0eeec053f1f038d54f9a1809d9b35ca960ad
1
<!DOCTYPE
html
>
2
<div
style
=
"display: flex; flex-direction: column; border: 1px solid purple;"
>
3
<div>
Header
</div>
4
<div
style
=
"flex: 1"
>
Flexible content
<br>
5
</div>
6
</div>