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