[wpt-sync] Sync PR 41622 - selectlist: add copydom attribute to <selectedvalue>
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox119 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 41622 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/41622
Details from upstream follow.
Joey Arhar <jarhar@chromium.org> wrote:
selectlist: add copydom attribute to <selectedvalue>
The copydom attribute on \<selectedvalue> will make the parent
\<selectlist> start using cloneNode() on the selected \<option>, rather
than textContent, to populate the selectedvalue. This use case has been
discussed here: https://github.com/openui/open-ui/issues/571We aren't sure yet if this will be the path forward, but prototyping it
and getting feedback will help move this issue forward.Bug: 1121840
Change-Id: Ia7c007b2193a8a0777295e299b57704d72832056Reviewed-on: https://chromium-review.googlesource.com/4810996
WPT-Export-Revision: ce266b6aa36323b81fbadac13181e2d953a9e951
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 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-selectlist-element/selectlist-selectedoption-element-cloning.tentative.html [wpt.fyi]:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
Comment 5•1 year ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/5e16c06a7362
https://hg.mozilla.org/mozilla-central/rev/1719187e5883
Description
•