[wpt-sync] Sync PR 49279 - Reland "Add tests of events for customizable select"
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 49279 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/49279
Details from upstream follow.
Mason Freed <masonf@chromium.org> wrote:
Reland "Add tests of events for customizable select"
This is a reland of commit 86eb111c7cd216df5bc6e896256795e420d1bf99
The original patch is listed in patchset 1. The failures were caused by flakiness in the failure mode in two cases:
- The two virtual suites. Other similar failures for other tests
are listed in TestExpectations, so this patch now does that.- On linux, test_driver.bless() seems flaky (crbug.com/379669748).
This patch disables this new test on Linux.Original change's description:
Add tests of events for customizable select
This adds a test that looks at the event behavior of select,
particularly for interactions that open and close the picker,
and select options.Change-Id: I5238360cecc83b48b0f8143380018d4781d65c72
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6006480
Commit-Queue: Joey Arhar \<jarhar@chromium.org>
Reviewed-by: Joey Arhar \<jarhar@chromium.org>
Auto-Submit: Mason Freed \<masonf@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1383214}Change-Id: I243e92e889a44ae2cc459d4efb8a0bbfbe79cc51
Bug: 379669748
Change-Id: I243e92e889a44ae2cc459d4efb8a0bbfbe79cc51
Fixed: 379168836
Reviewed-on: https://chromium-review.googlesource.com/6032572
WPT-Export-Revision: b2ccd0a00ca08b743650c5759f6c2354262a9f4e
Assignee | ||
Updated•19 days ago
|
Assignee | ||
Comment 1•16 days ago
|
||
Assignee | ||
Comment 2•16 days ago
|
||
Assignee | ||
Comment 3•16 days ago
|
||
CI Results
Ran 0 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
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 5•10 days ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/ebcb56ef8180
https://hg.mozilla.org/mozilla-central/rev/9f3a3dcc095a
Description
•