[wpt-sync] Sync PR 39735 - Make <selectmenu> delegate focus
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox115 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 39735 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/39735
Details from upstream follow.
Peter Kotwicz <pkotwicz@chromium.org> wrote:
Make <selectmenu> delegate focus
This change makes \<selectmenu> transfer focus to the button slot when \<selectmenu> is focused via JavaScript
BUG=1440573, 1422114
Change-Id: I9de881b51d7e55a8c64ba4328d8f8408e820b725
Reviewed-on: https://chromium-review.googlesource.com/4484438
WPT-Export-Revision: 542c3242574ea8ad2e4d956df91e9e2c63f1fd6a
| Assignee | ||
Updated•2 years ago
|
| Assignee | ||
Comment 1•2 years ago
|
||
| Assignee | ||
Comment 2•2 years ago
|
||
| Assignee | ||
Comment 3•2 years ago
|
||
| Assignee | ||
Comment 4•2 years ago
|
||
| Assignee | ||
Comment 5•2 years ago
|
||
| Assignee | ||
Comment 6•2 years ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 4 tests and 1 subtests
Status Summary
Firefox
OK : 3
PASS : 1
FAIL : 2
ERROR: 1
Chrome
OK : 3
PASS : 2
FAIL : 1
ERROR: 1
Safari
OK : 3
PASS : 2
FAIL : 1
ERROR: 1
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /html/semantics/forms/the-selectmenu-element/selectmenu-events.tentative.html [wpt.fyi]:
ERROR(Chrome:ERROR, Safari:ERROR) - /html/semantics/forms/the-selectmenu-element/selectmenu-tab-navigation.tentative.html [wpt.fyi]
- Check that <selectmenu> occupies just one slot in tab navigation.:
FAIL(Chrome:PASS, Safari:FAIL)
- Check that <selectmenu> occupies just one slot in tab navigation.:
- /html/semantics/forms/the-selectmenu-element/selectmenu-tabindex-order.tentative.html [wpt.fyi]
- Check that tabindex applies to <selectmenu>:
FAIL(Chrome:FAIL, Safari:PASS)
- Check that tabindex applies to <selectmenu>:
Comment 8•2 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/563e2764778b
https://hg.mozilla.org/mozilla-central/rev/7b47ffbbb009
Description
•