about summary refs log blame commit diff stats
path: root/test/layout/flexbox-simple-flex-grow-and-height.html
blob: f286271e7691641b2d36b1f92098fc4be4ec81a1 (plain) (tree)
1
2
3
4
5




                                                                                                         
<!DOCTYPE html>
<div style="display: flex">
<div style="flex-grow: 2; height:200px"><div style="background-color: red">test 1000000000000</div></div>
<div style="flex-grow: 1; height: 100px;background-color: green; display: flex"></div>
<div style="flex-grow: 1; background-color: pink">test 3</div>