2 <div id=
"flexbox" style=
"display: -webkit-box; height: 100px; width: 200px;">
3 <div style=
"overflow: scroll; -webkit-box-flex: 1;" data-expected-width=
200 data-expected-height=
100></div>
6 <div id=
"flexbox" style=
"display: -webkit-box; height: 100px; width: 200px; -webkit-box-orient: vertical;">
7 <div style=
"overflow: scroll; -webkit-box-flex: 1;" data-expected-width=
200 data-expected-height=
100></div>
10 <script src=
"../../resources/check-layout.js"></script>
12 checkLayout('#flexbox');