Render Flow - Overflow handling
Parse HTML container
Parse CSS overflow property
Check content size vs container size
Apply overflow rules
Render visible content
Hide or scroll overflow content
Composite final frame
The browser reads the container and its overflow property, compares content size to container size, then either shows all content, hides overflow, or adds scrollbars before painting.