Sign in
webkit
/
WebKit
/
5ee98c8883ab121686764809a2752a0eb41e4c7c
/
.
/
LayoutTests
/
fast
/
flexbox
/
block-axis.html
blob: d38943fce043dfcc5534030a4c426079cf975868 [
file
] [
log
] [
blame
]
<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>