[wpt-sync] Sync PR 47788 - [Interop] Make event coalescing test optional as per the spec.
Categories
(Core :: DOM: Events, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox131 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 47788 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/47788
Details from upstream follow.
Mustaq Ahmed <mustaq@google.com> wrote:
[Interop] Make event coalescing test optional as per the spec.
PointerEvent coalescing under load is an optional spec requirement,
so a browser is in fact free not to coalesce any event even when the
main thread is swamped.
https://w3c.github.io/pointerevents/#coalesced-eventsThis CL marks
coalesced_events_attributes_under_load
as an
optional test. Existing asserts for events outside the coalesced
list are covered in another test:
coalesced_events_attributes.https.html
.Fixed: 339686361
Change-Id: Icf01c5592adb7b6f1b6b0a8ae6c61a75f7b6914bReviewed-on: https://chromium-review.googlesource.com/5806434
WPT-Export-Revision: 3f7e587b92f19646f6b4d8a5f5893f07d7efefd0
Assignee | ||
Updated•6 months ago
|
Assignee | ||
Comment 1•6 months ago
|
||
Assignee | ||
Comment 2•6 months ago
|
||
Assignee | ||
Comment 3•6 months ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 3 tests and 1 subtests
Status Summary
Firefox
OK
: 3
FAIL
: 3
Chrome
OK
: 3
FAIL
: 3
Safari
OK
: 3
FAIL
: 3
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /pointerevents/coalesced_events_attributes_under_load.https.optional.html?touch [wpt.fyi]
- Coalesced pointermoves under load:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- Coalesced pointermoves under load:
- /pointerevents/coalesced_events_attributes_under_load.https.optional.html?mouse [wpt.fyi]
- Coalesced pointermoves under load:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- Coalesced pointermoves under load:
- /pointerevents/coalesced_events_attributes_under_load.https.optional.html?pen [wpt.fyi]
- Coalesced pointermoves under load:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- Coalesced pointermoves under load:
Comment 5•6 months ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/dc3547717f25
https://hg.mozilla.org/mozilla-central/rev/e79ca20fe8fd
Description
•