[wpt-sync] Sync PR 41542 - selectlist: default slot nodes into the button slot
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 41542 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/41542
Details from upstream follow.
Joey Arhar <jarhar@chromium.org> wrote:
selectlist: default slot nodes into the button slot
In the new selectlist architecture, any child of the selectlist which is
none of an option, optgroup, or listbox element should be slotted into
the button slot.Bug: 1121840
Change-Id: I32c540d1687fa1604ef1aee944ee6584e2fef5d0Reviewed-on: https://chromium-review.googlesource.com/4795749
WPT-Export-Revision: 5ef27e57f20699a46d504b28e145dc012c5e3f75
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Comment 1•2 years ago
|
||
Assignee | ||
Comment 2•2 years 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
OK
: 1
FAIL
: 6
Chrome
OK
: 1
PASS
: 4
FAIL
: 2
Safari
OK
: 1
FAIL
: 6
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /html/semantics/forms/the-selectlist-element/selectlist-popover.tentative.html [wpt.fyi]
- Opening the popover and clicking an option should change the selectlist's value:
FAIL
(Chrome:PASS
, Safari:FAIL
) - With custom button and popover: opening the popover and clicking an option should change the selectlist's value:
FAIL
(Chrome:PASS
, Safari:FAIL
) - Clicking a popover with no listbox part does nothing:
FAIL
(Chrome:PASS
, Safari:FAIL
) - Clicking a popover with a listbox that was removed does nothing:
FAIL
(Chrome:PASS
, Safari:FAIL
)
- Opening the popover and clicking an option should change the selectlist's value:
- /html/semantics/forms/the-selectlist-element/selectlist-default-button-slot.tentative.html [wpt.fyi]:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - /html/semantics/forms/the-selectlist-element/selectlist-text-only.tentative.html [wpt.fyi]:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
Comment 4•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/370f19920d64
https://hg.mozilla.org/mozilla-central/rev/12e2782a7263
Description
•