New wpt failures in /pointerevents/idlharness.window.html (`azimuthAngle` and `altitudeAngle`)
Categories
(Core :: DOM: Events, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox131 | --- | fixed |
People
(Reporter: wpt-sync, Assigned: masayuki)
References
(Blocks 1 open bug)
Details
(Keywords: dev-doc-complete, Whiteboard: [wpt])
Attachments
(1 file)
Syncing wpt PR 24724 found new untriaged test failures in CI
Tests Affected
New Tests That Don't Pass
/pointerevents/idlharness.window.html
PointerEvent interface: new PointerEvent("type") must inherit property "azimuthAngle" with the proper type: FAIL (Chrome: PASS, Safari: FAIL)
PointerEvent interface: attribute azimuthAngle: FAIL (Chrome: PASS, Safari: FAIL)
PointerEvent interface: attribute altitudeAngle: FAIL (Chrome: PASS, Safari: FAIL)
PointerEvent interface: new PointerEvent("type") must inherit property "altitudeAngle" with the proper type: FAIL (Chrome: PASS, Safari: FAIL)
CI Results
Gecko CI (Treeherder)
GitHub PR Head
Notes
These updates will be on mozilla-central once bug 1654857 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.
Updated•1 year ago
|
Assignee | ||
Updated•1 year ago
|
Assignee | ||
Updated•1 year ago
|
Assignee | ||
Comment 1•1 year ago
|
||
Currently, we set tiltX
and tiltY
on Windows, macOS and Linux. However,
they don't let us know the new values directly. Therefore, they are required
only for the DOM PointerEvent
.
Comment 3•1 year ago
|
||
bugherder |
Updated•1 year ago
|
Comment 5•11 months ago
|
||
FF131 MDN docs work for this done in https://github.com/mdn/content/issues/35721
Comment 6•11 months ago
•
|
||
Description
•