Support unprefixed min-content and max-content and treat the prefixed
version as aliases for
- width, min-width, max-width if inline-axis is horizontal, and
- height, min-height, max-height if inline-axis is vertical, and
- inline-size, min-inline-size, max-inline-size, and
- flex-basis.
Besides, update the test cases to use unprefixed max-content and
min-content.
Depends on D7535