[wpt-sync] Sync PR 49957 - Add WPTs for customizable-<select> buttons appearing after options
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 49957 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/49957
Details from upstream follow.
Mason Freed <masonf@chromium.org> wrote:
Add WPTs for customizable-<select> buttons appearing after options
See crbug.com/382703187 for details, but a customizable-\<select>
customized \<button> must come first in the \<select>. Placing it after
any content will cause that button to not be the replacement button
for the \<select>, but merely a \<button> within the options picker.
This set of WPTs simply verifies that this is the case, for several
cases of content-before-\<button>.Bug: 382703187,385675798
Change-Id: I1e5889f5bad956224de878be59c64fa8f58afdcf
Reviewed-on: https://chromium-review.googlesource.com/6074197
WPT-Export-Revision: b94183ffa03f579c53f4f3f879dc1cbd5279a139
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 3 tests
Status Summary
Firefox
Chrome
PASS
: 3
Safari
FAIL
: 3
Links
Details
New Tests That Don't Pass
- /html/semantics/forms/the-select-element/customizable-select/select-appearance-button-after-option.tentative.html [wpt.fyi]:
SKIP
(Chrome:PASS
, Safari:FAIL
) - /html/semantics/forms/the-select-element/customizable-select/select-appearance-button-after-span.tentative.html [wpt.fyi]:
SKIP
(Chrome:PASS
, Safari:FAIL
) - /html/semantics/forms/the-select-element/customizable-select/select-appearance-button-after-text.tentative.html [wpt.fyi]:
SKIP
(Chrome:PASS
, Safari:FAIL
)
Tests Disabled in Gecko Infrastructure
- /html/semantics/forms/the-select-element/customizable-select/select-appearance-button-after-option.tentative.html [wpt.fyi]:
SKIP
(Chrome:PASS
, Safari:FAIL
) - /html/semantics/forms/the-select-element/customizable-select/select-appearance-button-after-span.tentative.html [wpt.fyi]:
SKIP
(Chrome:PASS
, Safari:FAIL
) - /html/semantics/forms/the-select-element/customizable-select/select-appearance-button-after-text.tentative.html [wpt.fyi]:
SKIP
(Chrome:PASS
, Safari:FAIL
)
Description
•