5 background-color: lightgrey;
8 border:
1px solid green;
14 This example is from the spec. There should be four flex items. Anonymous item
3 shouldn't have
15 a green border because the anonymous block is the flex item.
18 <div style=
"display: inline-block">block
</div><div
19 style=
"display: inline-block">float
</div><div
20 style=
"display: inline-block; border: 0">anonymous item
3</div><div
21 style=
"display: inline-block">