mousewheel events should be passive by default (failures in WPT /dom/events/passive-by-default.html)
Categories
(Core :: DOM: Events, defect)
Tracking
()
People
(Reporter: wpt-sync, Unassigned)
References
(Blocks 1 open bug, )
Details
Syncing wpt PR 26627 found new untriaged test failures in CI
Tests Affected
New Tests That Don't Pass
/dom/events/document-level-wheel-event-listener-passive-by-default.html: ERROR (Chrome: OK, Safari: ERROR)
CI Results
Gecko CI (Treeherder)
GitHub PR Head
Notes
These updates will be on mozilla-central once bug 1679070 lands.
Note: this bug is for tracking fixing the issues and is not
owned by the wpt sync bot.
This bug is linked to the relevant tests by an annotation in
https://github.com/web-platform-tests/wpt-metadata. These annotations
can be edited using the wpt interop dashboard
https://jgraham.github.io/wptdash/
If this bug is split into multiple bugs, please also update the
annotations, otherwise we are unable to track which wpt issues are
already triaged. Resolving as duplicate or closing this issue should
be cause the bot to automatically update or remove the annotation.
Comment 1•8 months ago
|
||
The test seems to have been moved to /dom/events/passive-by-default.html.
We're failing the mousewheel cases:
mousewheel listener is passive by default for Window, HTMLDocument, HTMLHtmlElement, HTMLBodyElement
mousewheel listener is passive with {passive:undefined} for Window, HTMLDocument, HTMLHtmlElement, HTMLBodyElement
Updated•8 months ago
|
Comment 2•8 months ago
|
||
We might as well close this as a duplicate of bug 1529953 for now, until we support mousewheel
events.
Description
•