Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/webkitglib/2.52
/
.
/
LayoutTests
/
fast
/
flexbox
/
flex-container-and-parent-with-align-attribute-expected.html
blob: 30a716517f65efed730cc96754794632510d2639 [
file
] [
edit
]
<style>
.
container
>
div
{
display
:
inline-block
;
background-color
:
green
;
width
:
50px
;
height
:
50px
;
}
</style>
PASS if green and blue boxes are next to each other.
<div
class
=
container
><div></div><div
style
=
"
background-color
:
blue
"
></div></div>