[wpt-sync] Sync PR 50716 - Add customizable select top layer animation regression tests
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox137 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 50716 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/50716
Details from upstream follow.
Joey Arhar <jarhar@chromium.org> wrote:
Add customizable select top layer animation regression tests
This patch adds tests for
commit eea02abfadf9a28fe037188a95af0b1386a62230 which I had trouble
getting merged in the same change due to flakiness.Change-Id: I244a8ec7de528327aae84241445f46ec6e0c4d2d
Reviewed-on: https://chromium-review.googlesource.com/6257631
WPT-Export-Revision: a989cb879e97e798c9751785e7e2b0457089a55e
Assignee | ||
Updated•10 days ago
|
Assignee | ||
Comment 1•10 days ago
|
||
Assignee | ||
Comment 2•10 days 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
PASS
: 1
FAIL
: 2
Safari
OK
: 3
FAIL
: 3
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-initial-focus-display-animation.tentative.html [wpt.fyi]
- Option initial focus should still work when a display animation is present.:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- Option initial focus should still work when a display animation is present.:
- /html/semantics/forms/the-select-element/customizable-select/select-picker-exit-animation.tentative.html [wpt.fyi]
- Top layer exit animations should work on ::picker(select) just like a popover.:
FAIL
(Chrome:PASS
, Safari:FAIL
)
- Top layer exit animations should work on ::picker(select) just like a popover.:
- /html/semantics/forms/the-select-element/customizable-select/select-picker-starting-style.tentative.html [wpt.fyi]
- @starting-style should work on ::picker(select) just like a popover.:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- @starting-style should work on ::picker(select) just like a popover.:
https://hg.mozilla.org/mozilla-central/rev/f5a0722854d7
https://hg.mozilla.org/mozilla-central/rev/ff2ef340dda3
Description
•