[wpt-sync] Sync PR 44154 - Render <button> and <datalist> in <select>
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox124 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 44154 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/44154
Details from upstream follow.
Joey Arhar <jarhar@chromium.org> wrote:
Render <button> and <datalist> in <select>
Now that the HTML parser allows \<button> and \<datalist> in \<select>,
this patch modifies the UA shadowroot of \<select> to slot the \<button>
and \<datalist> and render them. If a \<button> is provided with no
\<datalist>, then the native popup is used. If a \<datalist> is provided
with no \<button>, then the native button is used.Bug: 1511354
Change-Id: I36f88f73949aa2cba502231ed2d68c1738e47946Reviewed-on: https://chromium-review.googlesource.com/5230929
WPT-Export-Revision: a1f57ecfda2694184f8ded0e4bb81dbf1612ca13
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 1 tests
Status Summary
Firefox
FAIL
: 1
Chrome
FAIL
: 1
Safari
FAIL
: 1
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /html/semantics/forms/the-select-element/select-child-button-and-datalist.tentative.html [wpt.fyi]:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
Comment 4•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/36e918aa7f29
https://hg.mozilla.org/mozilla-central/rev/70e8f0a754db
Description
•