[wpt-sync] Sync PR 49684 - Make customizable select options listen to mouseup
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox135 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 49684 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/49684
Details from upstream follow.
Joey Arhar <jarhar@chromium.org> wrote:
Make customizable select options listen to mouseup
mouseup is better than mousedown because it allows the user to click and
drag to choose an option like appearance:auto already does. More
justification here:
https://github.com/whatwg/html/issues/10762#issuecomment-2524122892Change-Id: Ifa63d497b7dcfbc3d07e19d6a7850bddf57f78fc
Reviewed-on: https://chromium-review.googlesource.com/6077672
WPT-Export-Revision: 17804bf9c9cd7bc801910811899c58a3faea032f
Assignee | ||
Updated•2 months ago
|
Assignee | ||
Comment 1•2 months ago
|
||
Assignee | ||
Comment 2•2 months ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 2 subtests
Status Summary
Firefox
OK
: 1
FAIL
: 2
Chrome
OK
: 1
FAIL
: 2
Safari
OK
: 1
FAIL
: 2
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /html/semantics/forms/the-select-element/customizable-select/select-events.tentative.html [wpt.fyi]
- Events, implicit button:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Events, explicit button:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- Events, implicit button:
Comment 4•2 months ago
|
||
bugherder |
Description
•