Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css3 / flexbox / undefined-min-width.html
blob1e4896ec4405168468d90b2038b2a6efe31cc83a
1 <!DOCTYPE html>
2 <html>
3 <link href="resources/flexbox.css" rel="stylesheet">
4 <script src="../../resources/check-layout.js"></script>
5 <body onload="checkLayout('.flexbox')">
7 Test to make sure that we do not assert on this code.
9 <div class="flexbox column" style="max-height: 0; overflow: hidden; line-height: 13px;" data-expected-height="0">
10 <div style="min-height: 100%;" data-expected-height="0">This is a flex item.</div>
11 <div style="flex: none;" data-expected-height="13">Inflexible</div>
12 </div>