about summary refs log tree commit diff stats
path: root/test/layout/flex-direction-reverse.html
blob: 1c39bddea7163be636f107cc80f9ba6db4068c6f (plain) (blame)
1
2
3
4
5
6
<!DOCTYPE html>
<div style="display: flex; flex-direction: column-reverse">
<div>test 1</div>
<div>test 2</div>
<div>test 3</div>
</div>