about summary refs log tree commit diff stats
path: root/test/layout/flex-max-content-over-min-height.html
blob: 31db0a3097f12c2c1f2e0750e90867156f8ad456 (plain) (blame)
1
2
3
4
5
6
7
8
<!DOCTYPE html>
<div style="display: flex; flex-direction: column; min-height: 2em; width: 4ch">
<div style="display: flex; flex-wrap: wrap; max-width: 1ch">
<div>test</div>
<div style="width: 100%; display: inline-block; height: 2em; background: red">
test
</div>
</div>