[wpt-sync] Sync PR 58335 - Add initial base appearance UA-styles for textarea
Categories
(Core :: CSS Parsing and Computation, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox150 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 58335 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/58335
Details from upstream follow.
Luke Warlow <lwarlow@igalia.com> wrote:
Add initial base appearance UA-styles for textarea
Also update a few base appearance input styles
Future patches will adjust the pseudo-elements that apply.
These changes are gated behind the AppearanceBase flag.
See https://drafts.csswg.org/css-forms-1
Bug: 450139531
Change-Id: I12a9961dcc45e7bdd56af5d4782a4c7f873373b7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7628465
Commit-Queue: Luke \<lwarlow@igalia.com>
Reviewed-by: Joey Arhar \<jarhar@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1595582}
| Assignee | ||
Updated•2 months ago
|
| Assignee | ||
Updated•2 months ago
|
| Assignee | ||
Updated•2 months ago
|
| Assignee | ||
Comment 1•2 months ago
|
||
| Assignee | ||
Comment 2•2 months ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 9 tests
Status Summary
Firefox
OK : 4
PASS: 1[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] 2[Gecko-linux2404-64-debug, Gecko-linux2404-64-opt, Gecko-windows11-64-24h2-debug, Gecko-windows11-64-24h2-opt]
FAIL: 3[GitHub] 5[Gecko-windows11-32-24h2-debug, Gecko-windows11-32-24h2-opt] 8[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
FAIL: 3
Safari
FAIL: 3
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /css/css-forms/input-text-base-appearance-rendering.html [wpt.fyi]:
FAIL(Chrome:FAIL, Safari:FAIL) - /css/css-forms/textarea-base-appearance-rendering.tentative.html [wpt.fyi]:
FAIL(Chrome:FAIL, Safari:FAIL) - /html/semantics/forms/customizable-combobox/customizable-combobox-appearance.html [wpt.fyi]:
FAIL(Chrome:FAIL, Safari:FAIL) - /css/css-forms/input-text-base-appearance-computed-style.html [wpt.fyi]
- UA styles of base appearance <input type=text>.:
FAIL
- UA styles of base appearance <input type=text>.:
- /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-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.:
https://hg.mozilla.org/mozilla-central/rev/10fec38188cc
https://hg.mozilla.org/mozilla-central/rev/4f238ea80755
Description
•