summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/deprecated-flexbox/block-axis.html
blob: d38943fce043dfcc5534030a4c426079cf975868 (plain)
1
2
3
4
<div style="width: 100px; height: 100px; background-color: red; display: -webkit-box; -webkit-box-orient: block-axis;">
    <div style="height: 50px; background-color: green;"></div>
    <div style="height: 50px; background-color: green;"></div>
</div>