[wpt-sync] Sync PR 58964 - Copy value attribute into customizable combobox
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox151 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 58964 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/58964
Details from upstream follow.
Joey Arhar <jarhar@chromium.org> wrote:
Copy value attribute into customizable combobox
If an option element has a value attribute, then it should be used to
copy into the text input. The label attribute is never used to copy into
the text input, even if the option has no text content. This matches the
behavior for appearance:auto.Bug: 453705243
Change-Id: Ib2d4b4c73c86d6ceb22cc9a13fb68081d28682f6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7717823
Reviewed-by: David Baron \<dbaron@chromium.org>
Reviewed-by: Joey Arhar \<jarhar@chromium.org>
Commit-Queue: Joey Arhar \<jarhar@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1609568}
| Assignee | ||
Updated•3 months ago
|
| Assignee | ||
Comment 1•3 months ago
|
||
| Assignee | ||
Comment 2•3 months ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 6 tests and 1 subtests
Status Summary
Firefox
OK : 1[GitHub] 5[Gecko-android-em-14-x86_64-debug-geckoview, Gecko-android-em-14-x86_64-lite-opt-geckoview, Gecko-android-em-14-x86_64-opt-geckoview, Gecko-linux2404-64-debug, Gecko-linux2404-64-opt, Gecko-windows11-32-24h2-debug, Gecko-windows11-32-24h2-opt, Gecko-windows11-64-24h2-debug, Gecko-windows11-64-24h2-opt]
FAIL: 1[GitHub] 7[Gecko-android-em-14-x86_64-debug-geckoview, Gecko-android-em-14-x86_64-lite-opt-geckoview, Gecko-android-em-14-x86_64-opt-geckoview, Gecko-windows11-32-24h2-debug, Gecko-windows11-32-24h2-opt] 8[Gecko-linux2404-64-debug, Gecko-linux2404-64-opt, Gecko-windows11-64-24h2-debug, Gecko-windows11-64-24h2-opt]
Chrome
OK : 1
FAIL: 1
Safari
OK : 1
FAIL: 1
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /html/semantics/forms/customizable-combobox/customizable-combobox-appearance.html [wpt.fyi]:
FAIL[Gecko-linux2404-64-debug,Gecko-linux2404-64-opt,Gecko-windows11-64-24h2-debug,Gecko-windows11-64-24h2-opt],SKIP[Gecko-android-em-14-x86_64-debug-geckoview,Gecko-android-em-14-x86_64-lite-opt-geckoview,Gecko-android-em-14-x86_64-opt-geckoview] - /html/semantics/forms/customizable-combobox/active-option-pseudo.tentative.html [wpt.fyi]
- When the datalist opens, the first option should match :active-option.:
FAIL - Disabled options should not match :active-option.:
FAIL
- When the datalist opens, the first option should match :active-option.:
- /html/semantics/forms/customizable-combobox/customizable-combobox-filtered-pseudo.tentative.html [wpt.fyi]
- Customizable combobox option:filtered behavior:
FAIL - Case folding:
FAIL
- Customizable combobox option:filtered behavior:
- /html/semantics/forms/customizable-combobox/customizable-combobox-keyboard-behavior.tentative.html [wpt.fyi]
- Keyboard behavior for customizable combobox.:
FAIL
- Keyboard behavior for customizable combobox.:
- /html/semantics/forms/customizable-combobox/customizable-combobox-option-attributes.html [wpt.fyi]
- Choosing options with value and label attributes.:
FAIL(Chrome:FAIL, Safari:FAIL)
- Choosing options with value and label attributes.:
- /html/semantics/forms/customizable-combobox/datalist-popover.tentative.html [wpt.fyi]
- Focusing input should show datalist as a popover.:
FAIL
- Focusing input should show datalist as a popover.:
Tests Disabled in Gecko Infrastructure
- /html/semantics/forms/customizable-combobox/customizable-combobox-appearance.html [wpt.fyi]:
FAIL[Gecko-linux2404-64-debug,Gecko-linux2404-64-opt,Gecko-windows11-64-24h2-debug,Gecko-windows11-64-24h2-opt],SKIP[Gecko-android-em-14-x86_64-debug-geckoview,Gecko-android-em-14-x86_64-lite-opt-geckoview,Gecko-android-em-14-x86_64-opt-geckoview]
https://hg.mozilla.org/mozilla-central/rev/57587b6316d3
https://hg.mozilla.org/mozilla-central/rev/b729d67123d8
Description
•