<!DOCTYPE html> | |
Tests that auto-height column flexboxes with border and padding correctly size their height to their content. | |
<div style="border: 5px solid salmon; padding: 5px; overflow: scroll"> | |
<div> | |
<div style="height: 50px; background-color: pink"> | |
<div> | |
</div> |