[wpt-sync] Sync PR 24873 - Multiple once listeners should be invoked.
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox81 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 24873 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/24873
Details from upstream follow.
Jihwan Marc Kim <bluewhale.marc@gmail.com> wrote:
Multiple once listeners should be invoked.
addEventListener {once} removes other listeners on EventTarget
after dispatch.
But Multiple once listeners should be invoked even if
the stopImmediatePropagation is set.Bug: 993109
Change-Id: Iaabb03141ee7cf2de88dc6c8726f5a474efd133bReviewed-on: https://chromium-review.googlesource.com/2336011
WPT-Export-Revision: 8d5cdce65e10c83894b6ab5f6fbb1dfd52ca3e6a
| Assignee | ||
Updated•6 years ago
|
| Assignee | ||
Comment 1•6 years ago
|
||
| Assignee | ||
Comment 2•6 years ago
|
||
CI Results
Ran 12 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 4 subtests
Status Summary
Firefox
OK : 1
PASS: 4
Chrome
OK : 1
PASS: 3
FAIL: 1
Safari
OK : 1
PASS: 4
Links
Comment 5•6 years ago
|
||
| bugherder | ||
Description
•