Back to Chromium

Window Events Bubble

third_party/blink/web_tests/fast/events/window-events-bubble.html

149.0.7827.2170 B
Original Source

Test that stopPropagation() will not allow window events to bubble. Clicking on this should not fire window.onclick. This matches our old behavior and Firefox behavior.