[wpt-sync] Sync PR 53276 - Add conversion checkers to CSSFontPaletteInterpolationType
Categories
(Core :: CSS Parsing and Computation, task, P4)
Tracking
()
People
(Reporter: wpt-sync, Unassigned)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 53276 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/53276
Details from upstream follow.
Daniil Sakhapov <sakhapov@chromium.org> wrote:
Add conversion checkers to CSSFontPaletteInterpolationType
So that when the font-size changes during animation, we correctly
update the relative-units and element dependent values.Bug: 415572412 415626999
Change-Id: I3daac5ab4979dfb8a7aee7e6d3128e08e699383e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6652573
Commit-Queue: Daniil Sakhapov \<sakhapov@chromium.org>
Reviewed-by: Rune Lillesveen \<futhark@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1476161}
Assignee | ||
Comment 1•17 hours ago
|
||
Assignee | ||
Updated•17 hours ago
|
Assignee | ||
Updated•17 hours ago
|
Assignee | ||
Updated•17 hours ago
|
Assignee | ||
Comment 2•16 hours ago
|
||
Assignee | ||
Comment 3•15 hours ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 2 tests and 2 subtests
Status Summary
Firefox
OK
: 2
FAIL
: 4
Chrome
OK
: 2
PASS
: 2
FAIL
: 2
Safari
OK
: 2
FAIL
: 4
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
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
(Chrome:PASS
, Safari:FAIL
) - Changing the font-size of #target changes the start point, so the result should be 1.75:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- Initially, the font-size is 8px for #target, so the result is 0.75:
- /css/css-values/tree-counting/sibling-index-keyframe-palette-mix-dynamic.html [wpt.fyi]
- Initially, the sibling-index() is 4 for #target:
FAIL
(Chrome:PASS
, Safari:FAIL
) - Removing a preceding sibling of #target reduces the sibling-index():
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- Initially, the sibling-index() is 4 for #target:
Description
•