[wpt-sync] Sync PR 42643 - Add interpolation type for custom <transform-function>
Categories
(Core :: CSS Parsing and Computation, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox121 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 42643 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/42643
Details from upstream follow.
Rune Lillesveen <futhark@chromium.org> wrote:
Add interpolation type for custom <transform-function>
Support animation of registered \<transform-function> custom properties
via a new CSSCustomTransformFunctionInterpolationType.The implementation currently supports interpolating between different
types of transform functions via a matrix based on the specification
saying that even \<transform-function> should interpolate as the standard
transform property.Bug: 911156
Change-Id: I983a54c0e799df77cfa89e8002a78c45b5cf16f9
Reviewed-on: https://chromium-review.googlesource.com/4952484
WPT-Export-Revision: 340df91c6875d37f94675edf38b28e88b440c686
Assignee | ||
Updated•1 year ago
|
Assignee | ||
Comment 1•1 year ago
|
||
Assignee | ||
Comment 2•1 year ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 6 tests and 1 subtests
Status Summary
Firefox
OK
: 6
FAIL
: 7
Chrome
OK
: 6
PASS
: 5
FAIL
: 2
Safari
OK
: 5
FAIL
: 5
ERROR
: 1
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /css/css-properties-values-api/animation/custom-property-animation-transform-none.tentative.html [wpt.fyi]
- Animating a custom property of type "<transform-list>|none" from "none" to <transform-list> value:
FAIL
(Chrome:PASS
) - Animating a custom property of type "<transform-function>|none" from "none" to <transform-function> value:
FAIL
(Chrome:PASS
)
- Animating a custom property of type "<transform-list>|none" from "none" to <transform-list> value:
- /css/css-properties-values-api/animation/custom-property-transition-transform-function-box-size.tentative.html [wpt.fyi]
- A custom property of type <transform-function> yields a CSS Transition using the mix function for a box size dependent matrix interpolation:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- A custom property of type <transform-function> yields a CSS Transition using the mix function for a box size dependent matrix interpolation:
- /css/css-properties-values-api/animation/custom-property-transition-transform-function-matrix.html [wpt.fyi]
- A custom property of type <transform-function> can yield a CSS Transition between different function types:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- A custom property of type <transform-function> can yield a CSS Transition between different function types:
- /css/css-properties-values-api/animation/custom-property-transition-transform-function-none.tentative.html [wpt.fyi]
- A custom property keyword none is not a <transform-function> value and is not interpolable with <transform-function> values:
FAIL
(Chrome:PASS
, Safari:FAIL
)
- A custom property keyword none is not a <transform-function> value and is not interpolable with <transform-function> values:
- /css/css-properties-values-api/animation/custom-property-transition-transform-function-to-list.html [wpt.fyi]
- A custom property cannot yield a CSS Transition from <transform-function> to <transform-list>:
FAIL
(Chrome:PASS
, Safari:FAIL
)
- A custom property cannot yield a CSS Transition from <transform-function> to <transform-list>:
- /css/css-properties-values-api/animation/custom-property-transition-transform-list-none.tentative.html [wpt.fyi]
- A custom property keyword none is not a <transform-list> value and is not interpolable with <transform-list> values:
FAIL
(Chrome:PASS
, Safari:FAIL
)
- A custom property keyword none is not a <transform-list> value and is not interpolable with <transform-list> values:
Comment 5•1 year ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/121904fb334b
https://hg.mozilla.org/mozilla-central/rev/9f5e53364195
Description
•