[wpt-sync] Sync PR 58300 - Use FoldCase for :filtered
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox150 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 58300 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/58300
Details from upstream follow.
Joey Arhar <jarhar@chromium.org> wrote:
Use FoldCase for :filtered
Typing to search through the options should not require case sensitive
matching.Bug: 453705243
Change-Id: I3721ce138e07d9ff79d8efd5138ad5a57e023925Reviewed-on: https://chromium-review.googlesource.com/7632450
WPT-Export-Revision: acdbc59eb6cd6545cee7ab07f34f5747194da2d8
| Assignee | ||
Comment 1•2 months ago
|
||
| Assignee | ||
Updated•2 months ago
|
| Assignee | ||
Comment 2•2 months ago
|
||
| Assignee | ||
Comment 3•2 months ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 7 tests and 2 subtests
Status Summary
Firefox
OK : 2[GitHub] 6[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: 4[GitHub] 10[Gecko-windows11-32-24h2-debug, Gecko-windows11-32-24h2-opt] 11[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-64-24h2-debug, Gecko-windows11-64-24h2-opt]
Chrome
OK : 2
PASS: 2
FAIL: 2
Safari
OK : 2
FAIL: 4
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 - /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(Chrome:PASS, Safari:FAIL) - Case folding:
FAIL(Chrome:FAIL, Safari: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/datalist-popover.tentative.html [wpt.fyi]
- Focusing input should show datalist as a popover.:
FAIL
- Focusing input should show datalist as a popover.:
- /html/semantics/forms/the-select-element/filterable-select/filterable-select-filtered-pseudo.tentative.html [wpt.fyi]
- Filterable select option:filtered behavior:
FAIL(Chrome:PASS, Safari:FAIL) - Case folding:
FAIL(Chrome:FAIL, Safari:FAIL)
- Filterable select option:filtered behavior:
- /html/semantics/forms/the-select-element/filterable-select/filterable-select-keyboard-behavior.tentative.html [wpt.fyi]
- appearance base-select: Keyboard behavior for filterable select.:
FAIL - appearance auto: Keyboard behavior for filterable select.:
FAIL
- appearance base-select: Keyboard behavior for filterable select.:
https://hg.mozilla.org/mozilla-central/rev/fd4efe9cd88e
https://hg.mozilla.org/mozilla-central/rev/ee011470932c
Description
•