3 <link href=
"resources/flexbox.css" rel=
"stylesheet">
6 box-sizing: border-box;
17 border:
2px solid red;
20 <script src=
"../../resources/check-layout.js"></script>
21 <body onload=
"checkLayout('.flexbox')">
22 <div class=
"flexbox column">
23 <div class=
"box" data-expected-width=
"100" data-expected-height=
"75"></div>
24 <div class=
"box scroll" id=
"box2" data-expected-width=
"100" data-expected-height=
"75"></div>
27 <div class=
"flexbox column-reverse">
28 <div class=
"box" data-expected-width=
"100" data-expected-height=
"75"></div>
29 <div class=
"box scroll" id=
"box4" data-expected-width=
"100" data-expected-height=
"75"></div>