3 <link href=
"resources/flexbox.css" rel=
"stylesheet">
4 <script src=
"../../resources/check-layout.js"></script>
8 background-color: gray;
12 -webkit-writing-mode: vertical-lr;
13 writing-mode: vertical-lr;
14 width: -webkit-min-content;
15 background-color: blue;
18 <body onload=
"checkLayout('.flexbox')">
20 <div class=
"flexbox" data-expected-height=
"20">
21 <div class=
"vertical" data-expected-width=
"50" data-expected-height=
"20">
22 <div style=
"width: 50px; height: 20px; background-color: blue;" data-expected-width=
"50" data-expected-height=
"20"></div>
27 <div class=
"flexbox column" data-expected-height=
"20">
28 <div class=
"vertical" data-expected-width=
"50" data-expected-height=
"20">
29 <div style=
"width: 50px; height: 20px; background-color: blue;" data-expected-width=
"50" data-expected-height=
"20"></div>