about summary refs log tree commit diff stats
path: root/test/layout/flex-width-children-overconstrained.html
blob: d9b86b31ace6ad65a70368098acbe25e78e577bb (plain) (blame)
1
2
3
4
5
6
<div style="display:flex">
<div style="width:25%">something something something</div>
<div style="width:25%">second second second</div>
<div style="width:25%"></div>
<div style="width:25%"></div>
<div style="width:25%"></div>