Render Flow - Background repeat
Parse CSS rule: background-repeat
Match element with selector
Apply background-repeat property
Calculate background image tiling
Paint background image tiles
Composite layers
The browser reads the background-repeat property, matches it to the element, calculates how the background image should tile, paints the repeated images accordingly, and then composites the final visual output.