4 <link href=
"resources/flexbox.css" rel=
"stylesheet">
5 <script src=
"../../resources/check-layout.js"></script>
7 window
.onload = function() {
8 document
.body
.offsetHeight
;
10 document
.getElementById('to-hide').style
.display
= "none";
11 checkLayout(".flexbox");
16 <div class=
"flexbox" style=
"height: 100px;" data-expected-height=
"100">
17 <div style=
"width: 100%; overflow: auto; padding-bottom: 100px; background-color: red;" data-expected-height=
"100">
18 <div style=
"position: relative; height: 100px; background-color: green;" data-expected-height=
"100">
19 <div id=
"to-hide" style=
"position: absolute;" data-expected-height=
"0"></div>