ladybird/Tests/LibWeb/Text/expected/wpt-import/dom/events/Event-dispatch-handlers-changed.txt
mikiubo d4df0e1db9 LibWeb: Make Event.currentTarget return WindowProxy instead of Window
Make WindowProxy implement the EventTarget interface. Add a new method
current_target_for_bindings() that returns a WindowProxy object instead
of directly exposing the Window object.

These changes fixes several WPT tests that contain `window ===
currentTarget`.
2025-10-15 15:36:34 +02:00

6 lines
No EOL
100 B
Text

Harness status: OK
Found 1 tests
1 Pass
Pass Dispatch additional events inside an event listener