[wpt-sync] Sync PR 49931 - Improve select-option-hover-styles for disabled cases
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox136 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 49931 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/49931
Details from upstream follow.
Joey Arhar <jarhar@chromium.org> wrote:
Improve select-option-hover-styles for disabled cases
This patch makes select-option-hover-styles behave better for virtual
test suites where the customizable select flag is disabled by adding
computed style check at the start of the test.Fixed: 387297155
Change-Id: I89654f4847493b05d1c63b32eccf6cf904eabfabReviewed-on: https://chromium-review.googlesource.com/6137654
WPT-Export-Revision: 2a0bc49ce9c6ed1d84827bfef36d4a0edc1352d6
Assignee | ||
Updated•1 month ago
|
Assignee | ||
Comment 1•1 month ago
|
||
Assignee | ||
Comment 2•1 month ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 1 subtests
Status Summary
Firefox
OK
: 1
FAIL
: 1
Chrome
OK
: 1
PASS
: 1
Safari
OK
: 1
FAIL
: 1
Links
Details
New Tests That Don't Pass
- /html/semantics/forms/the-select-element/customizable-select/select-option-hover-styles.tentative.html [wpt.fyi]
- Hover styles should be present for appearance:base-select options.:
FAIL
(Chrome:PASS
, Safari:FAIL
)
- Hover styles should be present for appearance:base-select options.:
Description
•