[wpt-sync] Sync PR 58289 - Add base appearance UA-styles for progress
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 58289 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/58289
Details from upstream follow.
Luke Warlow <lwarlow@igalia.com> wrote:
Add base appearance UA-styles for progress
This adds changes to the UA stylesheet for progress elements when in
base appearance mode.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: I8a218b67dcfee76c18972c06d894b237dab407cb
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7627425
Reviewed-by: Joey Arhar \<jarhar@chromium.org>
Commit-Queue: Luke \<lwarlow@igalia.com>
Cr-Commit-Position: refs/heads/main@{#1594591}
| 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 5 tests and 1 subtests
Status Summary
Firefox
OK : 1
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: 1[Gecko-windows11-32-24h2-debug, Gecko-windows11-32-24h2-opt, GitHub] 3[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: 1
Safari
FAIL: 1
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 - /css/css-forms/progress-base-appearance-rendering.tentative.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>.:
https://hg.mozilla.org/mozilla-central/rev/0f88d2d45644
https://hg.mozilla.org/mozilla-central/rev/f5b0b6d50149
Description
•