Render Flow - Flex wrap behavior
Parse CSS selector: .flex-wrap
Match element with class 'flex-wrap'
Apply display:flex
Apply flex-wrap: wrap
Calculate flex items size
Wrap items to new line if needed
Paint items
Composite final layout
The browser reads the flex container styles, applies flex layout with wrapping enabled, then arranges child items in rows that wrap to new lines when they exceed container width.