event propagation Test (Click Event)
window.addEventListener('click', function() {});
not fired
document.addEventListener('click', function() {});
not fired
not fired
not fired
not fired
not fired