<div> with an empty addEventListener("click", function() { }) handler on the outermost <div>
<div>
addEventListener("click", function() { })
Events that bubble up to body:
body