[wpt-sync] Sync PR 52729 - Add length conversion checkers to CSSFontWeightInterpolationType
Categories
(Core :: CSS Parsing and Computation, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox141 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Attachments
(1 file)
Sync web-platform-tests PR 52729 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/52729
Details from upstream follow.
Daniil Sakhapov <sakhapov@chromium.org> wrote:
Add length conversion checkers to CSSFontWeightInterpolationType
So that when the font-size changes during animation, we correctly
update the relative-units dependent value.Bug: 415572412
Change-Id: Ia5a5b3db504332c9ce5f45c0a2fbe761a2219c27
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6578563
Commit-Queue: Daniil Sakhapov \<sakhapov@chromium.org>
Reviewed-by: Anders Hartvoll Ruud \<andruud@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1464001}
Assignee | ||
Comment 1•3 months ago
|
||
Assignee | ||
Updated•3 months ago
|
Assignee | ||
Comment 2•3 months ago
|
||
Assignee | ||
Comment 3•3 months ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox on GitHub CI
Total 1 tests and 2 subtests
Status Summary
Firefox
OK
: 1
FAIL
: 2
Links
Details
New Tests That Don't Pass
- /css/css-values/sign-in-keyframes-with-relative-units.html [wpt.fyi]
- Initially, the font-size is 8px for #target, so the result is 0.75:
FAIL
- Changing the font-size of #target changes the start point, so the result should be 1.75:
FAIL
- Initially, the font-size is 8px for #target, so the result is 0.75:
Assignee | ||
Comment 4•3 months ago
|
||
Automatic update from web-platform-tests
Add length conversion checkers to CSSFontWeightInterpolationType
So that when the font-size changes during animation, we correctly
update the relative-units dependent value.
Bug: 415572412
Change-Id: Ia5a5b3db504332c9ce5f45c0a2fbe761a2219c27
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6578563
Commit-Queue: Daniil Sakhapov <sakhapov@chromium.org>
Reviewed-by: Anders Hartvoll Ruud <andruud@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1464001}
--
wpt-commits: c2da36ca50c20bfabbab294de70afdad6bef98ae
wpt-pr: 52729
Comment 6•3 months ago
|
||
bugherder |
Description
•