paint
RU: отрисовка
The browser pipeline step that converts the layout tree into a list of drawing commands (a display list) — fill colors, draw text, render images, apply shadows. These commands are later executed during rasterization to produce actual pixels. Paint runs after layout and before compositing; it is skipped entirely when only compositor-layer properties such as transform or opacity change.