Will the browser's event loop,js engine main process start the browser's rendering process after reading and executing a message queue at a time?

problem description

the rendering of the browser is: js- > style- > layout- > paint- > render 5 procedures
will the event loop,js engine main process of the browser execute the above process once after reading and executing the task of a message queue?

Jun.08,2022
Menu