5 flex-direction: column;
9 border:
4px solid black;
14 border:
4px solid cyan;
19 -webkit-writing-mode: vertical-lr;
21 border:
4px solid blue;
24 display: inline-block;
27 background-color: salmon;
31 <script src=
"../../resources/check-layout.js"></script>
33 <body onload=
"checkLayout('.flexbox')">
35 <div class=
"flexitem" data-expected-width=
200 data-expected-height=
300>
36 <div class=
"vertical" data-expected-height=
286>
37 <div class=
"inlineContent" data-expected-y=
3 data-expected-x=
3></div>
38 <div class=
"inlineContent" data-expected-y=
3></div>