servo/tests/wpt
Andrei Volykhin 5f5bf87eee
dom: Track "removed" event listener status (#36163)
The DOM event listener "removed" status should be supported to track
the following situations (with immediate effect of listener removal):
- Removing a later event listener while an earlier listener
  for the same event is running
- Nested usage (recursively dispatch another event) of "once" listeners
https://dom.spec.whatwg.org/#event-listener-removed

During event dispatching requires to clone event listeners list
on "invoke" step https://dom.spec.whatwg.org/#concept-event-listener-invoke
and the lowercase "event listener" concept in Servo is EventListenerEntry
https://dom.spec.whatwg.org/#concept-event-listener

Bug: #25479, #25090

Signed-off-by: Andrei Volykhin <andrei.volykhin@gmail.com>
2025-03-28 23:34:04 +00:00
..
meta dom: Track "removed" event listener status (#36163) 2025-03-28 23:34:04 +00:00
meta-legacy-layout/html/canvas Add Path2D (#35783) 2025-03-26 12:12:44 +00:00
mozilla Start implementing the URLPattern API (#36144) 2025-03-27 10:39:57 +00:00
tests Update web-platform-tests to revision b'9d20f3ae600d00673a27a69f69e13d4cd8eca443' (#36195) 2025-03-28 06:07:42 +00:00
webgl Update web-platform-tests to revision b'9d20f3ae600d00673a27a69f69e13d4cd8eca443' (#36195) 2025-03-28 06:07:42 +00:00
webgpu chore: Update wgpu (#35639) 2025-02-24 20:27:36 +00:00
aliases
config.ini
hosts
include.ini Import URLPattern tests (#36145) 2025-03-25 17:51:08 +00:00
README.md

Web tests (including Web Platform Tests)

Moved to the Servo book: