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>