2 <script src=
"../../resources/check-layout.js"></script>
9 box-sizing: border-box;
20 Tests that padding bottom on a flexbox works in the face of overflowing content.
21 Padding-right does not work. This matches the Blink/WebKit display:block behavior.
22 Unfortunately, IE and Gecko both lose the padding bottom and the padding right.
23 <div id=
"scrollable" data-expected-scroll-height=
500 data-expected-scroll-width=
400>
27 checkLayout('#scrollable');