simple document
<html lang="en">
<body>
<div>xxx</div>
</body>
</html>
I find Load event comes before DOMContentLoaded and I'm confused.
I know Load event will be triggered when document and static resource has been loaded, DOMContentLoaded will be triggered when document has loaded. Is that means Load always comes after DOMContentLoaded?