4 <link href=
"resources/flexbox.css" rel=
"stylesheet">
5 <script src=
"../../resources/check-layout.js"></script>
7 window
.onload = function()
9 document
.getElementById("a").style
.height
= "20px"
10 checkLayout(".flexbox");
15 <div data-expected-width=
"100" data-expected-height=
"20" class=
"flexbox" style=
"width: 100px">
16 <div id=a
class=
"flex-one" data-expected-width=
"50" data-expected-height=
"20" style=
"background-color: blue; height: 30px;"></div>
17 <div id=b
class=
"flex-one" data-expected-width=
"50" data-expected-height=
"20" style=
"background-color: green"></div>