blob: a5ed1085464e32169735a3dbcbf56eab176e5667 (
plain)
1
2
3
4
5
6
7
|
<!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>
|