Sign in
webkit
/
WebKit
/
73559930a6418bc4621c1c5774b11e1be9c21a8f
/
.
/
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>