[wpt-sync] Sync PR 60482 - Remove base appearance UA styles rules for <hr> in listbox
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox153 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 60482 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/60482
Details from upstream follow.
Joey Arhar <jarhar@chromium.org> wrote:
Remove base appearance UA styles rules for <hr> in listbox
These appearance:auto styles rules were making \<hr> elements have no
visible line in base appearance listbox select elements and instead just
become empty space that creates a gap between elements. I'm not sure
what the justification was for making \<hr> elements look like this in
listboxes, but there are plenty of listboxes on the web which have
visible separators and we should make them visible by default for
customizable select. Hr elements had their border removed in
commit 11a8c8f12fa5940eb72953b8f1e07038a63a1a9eBug: 406464760
Change-Id: Iec0df03cc365f64b33c8233264338285919dc9d6Reviewed-on: https://chromium-review.googlesource.com/7766510
WPT-Export-Revision: 2c1e8edf7de41f5e1a62c1207221935033d03c9b
| Assignee | ||
Updated•3 days ago
|
| Assignee | ||
Comment 1•3 days ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=5f7171ec83fe2cf4a1bb0090e223afa77479f21c
| Assignee | ||
Comment 2•3 days ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 10 tests
Status Summary
Firefox
OK : 5
FAIL: 1[GitHub] 13[Gecko-windows11-32-25h2-debug, Gecko-windows11-32-25h2-opt] 18[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-25h2-debug, Gecko-windows11-64-25h2-opt]
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/customizable-select-listbox/customizable-select-listbox-keyboard-behavior.optional.html [wpt.fyi]
- Keyboard behavior for base appearance <select multiple>:
FAIL - Keyboard behavior for base appearance <select size=4>:
FAIL - Base appearance listbox selects should not be focusable.:
FAIL - Tabbing and shift+tabbing into base appearance listbox.:
FAIL
- Keyboard behavior for base appearance <select multiple>:
- /html/semantics/forms/the-select-element/customizable-select-listbox/customizable-select-listbox-mouse-behavior.html [wpt.fyi]
- mouse: input behavior for base appearance <select multiple>:
FAIL - mouse: input behavior for base appearance <select size=4>:
FAIL - touch: input behavior for base appearance <select multiple>:
FAIL - touch: input behavior for base appearance <select size=4>:
FAIL
- mouse: input behavior for base appearance <select multiple>:
- /html/semantics/forms/the-select-element/customizable-select-listbox/select-listbox-home-end-pagedown-pageup.optional.html [wpt.fyi]
- single: Home/End/PageUp/PageDown should move focus between options and scroll.:
FAIL - multiple: Home/End/PageUp/PageDown should move focus between options and scroll.:
FAIL
- single: Home/End/PageUp/PageDown should move focus between options and scroll.:
- /html/semantics/forms/the-select-element/customizable-select-listbox/select-listbox-typeahead.optional.html [wpt.fyi]
- <select>: Typeahead should focus options without checking them.:
FAIL - <select multiple>: Typeahead should focus options without checking them.:
FAIL
- <select>: Typeahead should focus options without checking them.:
- /html/semantics/forms/the-select-element/customizable-select-listbox/selectedcontent-listbox.html [wpt.fyi]
- <select size=4> should support <selectedcontent>.:
FAIL
- <select size=4> should support <selectedcontent>.:
- /html/semantics/forms/the-select-element/customizable-select-listbox/customizable-select-listbox-appearance-focused.html [wpt.fyi]:
FAIL - /html/semantics/forms/the-select-element/customizable-select-listbox/customizable-select-listbox-appearance-grid.html [wpt.fyi]:
FAIL - /html/semantics/forms/the-select-element/customizable-select-listbox/customizable-select-listbox-appearance.html [wpt.fyi]:
FAIL - /html/semantics/forms/the-select-element/customizable-select-listbox/customizable-select-listbox-sizing.html [wpt.fyi]:
FAIL - /html/semantics/forms/the-select-element/customizable-select-listbox/listbox-hr-appearance.html [wpt.fyi]:
FAIL(Chrome:FAIL, Safari:FAIL)
Comment 4•18 hours ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/0c58010cc8e3
https://hg.mozilla.org/mozilla-central/rev/ea67d8ce6182
Description
•