[wpt-sync] Sync PR 41605 - selectlist: add <listbox> element
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox119 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 41605 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/41605
Details from upstream follow.
Joey Arhar <jarhar@chromium.org> wrote:
selectlist: add <listbox> element
In the new selectlist architecture, the \<listbox> element is the
replacement for the behavior=listbox, slot=listbox, and popover=auto
attributes. When a \<listbox> is specified as a child of a \<selectlist>,
then it will be slotted into the listbox slot so that the \<listbox> and
all of its children will be rendered as the popup of options.Bug: 1121840
Change-Id: I16b1629f418b7ee60027d7b9d727a370d3ffa3ddReviewed-on: https://chromium-review.googlesource.com/4807178
WPT-Export-Revision: c30f13f020f1055c5e490e2ed7d8b69b0a24be97
Assignee | ||
Updated•1 year ago
|
Assignee | ||
Comment 1•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 3 tests
Status Summary
Firefox
FAIL
: 3
Chrome
PASS
: 2
FAIL
: 1
Safari
FAIL
: 3
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /html/semantics/forms/the-selectlist-element/selectlist-explicit-size.tentative.html [wpt.fyi]:
FAIL
(Chrome:PASS
, Safari:FAIL
) - /html/semantics/forms/the-selectlist-element/selectlist-listbox-element.tentative.html [wpt.fyi]:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - /html/semantics/forms/the-selectlist-element/selectlist-rtl.tentative.html [wpt.fyi]:
FAIL
(Chrome:PASS
, Safari:FAIL
)
Comment 5•1 year ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/829fbd6cd3db
https://hg.mozilla.org/mozilla-central/rev/42669b690f70
Description
•