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-column-with-border-and-padding-expected.html
blob
a5ed1085464e32169735a3dbcbf56eab176e5667
1
<!DOCTYPE
html
>
2
Tests that auto-height column flexboxes with border and padding correctly size their height to their content.
3
<div
style
=
"border: 5px solid salmon; padding: 5px; overflow: scroll"
>
4
<div>
5
<div
style
=
"height: 50px; background-color: pink"
>
6
<div>
7
</div>