5 background-color: teal;
8 box-sizing: border-box;
11 <script src=
"../../resources/check-layout.js"></script>
12 <body onload=
"checkLayout('.flexbox')">
15 <div style=
"border: 5px solid orange; padding: 5px; max-width: 30px; width: 40px;" data-expected-width=
30></div>
16 <div style=
"border: 5px solid orange; padding: 5px; min-width: 30px; width: 10px;" data-expected-width=
30></div>
19 <div class=
"flexbox column">
20 <div style=
"border: 5px solid orange; padding: 5px; max-height: 30px; height: 40px;" data-expected-height=
30></div>
21 <div style=
"border: 5px solid orange; padding: 5px; min-height: 30px; height: 10px;" data-expected-height=
30></div>