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>