4 <link rel=
"stylesheet" href=
"resources/flexbox.css">
5 <script src=
"../../resources/check-layout.js"></script>
7 window
.onload = function()
9 var outer
= document
.getElementById("outer");
10 outer
.style
.height
= "300px";
12 outer
.style
.height
= "100px";
13 checkLayout('#outer');
18 <div id=
"outer" data-expected-height=
"100">
19 <div class=
"flexbox" data-expected-height=
"100" style=
"height: 100%">
20 <div class=
"flex-one" data-expected-height=
"100" style=
"overflow-y: auto; height: 100%">
21 <div data-expected-height=
"100" style=
"height: 100%">
22 <div data-expected-height=
"100" style=
"width: 100px; height: 100px; background-color: green"></div>