Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css3 / flexbox / auto-height-column-with-border-and-padding-expected.html
bloba5ed1085464e32169735a3dbcbf56eab176e5667
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>