Closed
Description
In https://drafts.csswg.org/css-flexbox-1/#align-content-property, align-content:space-between is not well defined if there happens to be only one line in the multi-line container.
Should it behave as flex-start, similarly to justify-content:space-between when there is only one item?