[wpt-sync] Sync PR 44758 - [Interop] Fix/add click/auxclick WPTs to match PointerEvent spec.
Categories
(Core :: DOM: Events, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox125 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 44758 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/44758
Details from upstream follow.
Mustaq Ahmed <mustaq@google.com> wrote:
[Interop] Fix/add click/auxclick WPTs to match PointerEvent spec.
This CL adds/fixes two WPTs to match two recent spec resolutions:
https://github.com/w3c/pointerevents/issues/356
https://github.com/w3c/pointerevents/issues/357
- Fixes the WPT for click target with capture, and
- Adds a similar WPT for auxclick.
Bug: 40851618
Change-Id: Ide9da78897cd7a03135a2d70f41cade1e00cb2f3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5301480
Commit-Queue: Robert Flack \<flackr@chromium.org>
Auto-Submit: Mustaq Ahmed \<mustaq@chromium.org>
Reviewed-by: Robert Flack \<flackr@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1264738}
| Assignee | ||
Comment 1•1 year ago
|
||
| Assignee | ||
Updated•1 year ago
|
| Assignee | ||
Comment 2•1 year ago
|
||
| Assignee | ||
Comment 3•1 year ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 2 tests and 6 subtests
Status Summary
Firefox
OK : 2
PASS: 8
FAIL: 4
Chrome
OK : 2
PASS: 4
FAIL: 8
Safari
OK : 2
PASS: 3
FAIL: 9
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /pointerevents/pointerevent_click_during_capture.html?mouse-click [wpt.fyi]
- pointerdown/up at child1, capture at child2:
FAIL(Chrome:FAIL, Safari:FAIL) - pointerdown at child1, pointerup at child2, capture at child1:
FAIL(Chrome:FAIL, Safari:FAIL)
- pointerdown/up at child1, capture at child2:
- /pointerevents/pointerevent_click_during_capture.html?mouse-auxclick [wpt.fyi]
- pointerdown/up at child1, capture at child2:
FAIL(Chrome:FAIL, Safari:FAIL) - pointerdown at child1, pointerup at child2, capture at child1:
FAIL(Chrome:FAIL, Safari:FAIL)
- pointerdown/up at child1, capture at child2:
Comment 5•1 year ago
|
||
| bugherder | ||
Description
•