Render Flow - Background image
[Parse CSS] -> [Match selector] -> [Apply background-image property] -> [Load image resource] -> [Calculate background positioning] -> [Paint background behind content] -> [Composite final layer]
The browser reads the CSS, finds the background-image property, loads the image, positions it behind the element's content, and then paints it on the screen.