[wpt-sync] Sync PR 49935 - Improve customizable select optgroup label styles
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 49935 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/49935
Details from upstream follow.
Joey Arhar <jarhar@chromium.org> wrote:
Improve customizable select optgroup label styles
This patch moves some styles for the optgroup's label attribute
rendering element from inline styles to the UA stylesheet. Now that they
are in the UA stylesheet, we can also turn them off for appearance:base
\<select>s.Bug: 379886419
Change-Id: Ic25eb818ff2fd697edb7e257c144e2991cdceb5bReviewed-on: https://chromium-review.googlesource.com/6034048
WPT-Export-Revision: 0d1e0111bb51ce7c96fb84c0863b24742002957c
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
Status Summary
Firefox
Chrome
FAIL
: 1
Safari
TIMEOUT
: 1
Links
Details
New Tests That Don't Pass
- /html/semantics/forms/the-select-element/customizable-select/select-appearance-optgroup-rendering.tentative.html [wpt.fyi]:
SKIP
(Chrome:FAIL
, Safari:TIMEOUT
)
Tests Disabled in Gecko Infrastructure
- /html/semantics/forms/the-select-element/customizable-select/select-appearance-optgroup-rendering.tentative.html [wpt.fyi]:
SKIP
(Chrome:FAIL
, Safari:TIMEOUT
)
Description
•