New wpt failures in /css/motion/animation/offset-rotate-interpolation-math-functions-tentative.html
Categories
(Core :: CSS Transitions and Animations, defect)
Tracking
()
People
(Reporter: wpt-sync, Unassigned)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [wpt])
Syncing wpt PR 44509 found new untriaged test failures in CI
Tests Affected
New Tests That Don't Pass
- /css/motion/animation/offset-rotate-interpolation-math-functions-tentative.html [wpt.fyi]
- CSS Transitions: property <offset-rotate> from [100deg] to [calc(sign(20rem - 20px) * 180deg)] at (0) should be [100deg]:
FAIL
(Safari:PASS
) - CSS Transitions with transition: all: property <offset-rotate> from [100deg] to [calc(sign(20rem - 20px) * 180deg)] at (0) should be [100deg]:
FAIL
(Safari:PASS
) - CSS Animations: property <offset-rotate> from [100deg] to [calc(sign(20rem - 20px) * 180deg)] at (0) should be [100deg]:
FAIL
(Safari:PASS
) - Web Animations: property <offset-rotate> from [100deg] to [calc(sign(20rem - 20px) * 180deg)] at (0) should be [100deg]:
FAIL
(Safari:PASS
)
- CSS Transitions: property <offset-rotate> from [100deg] to [calc(sign(20rem - 20px) * 180deg)] at (0) should be [100deg]:
CI Results
Gecko CI (Treeherder)
GitHub PR Head
Notes
These updates will be on mozilla-central once bug 1879613 lands.
Note: this bug is for tracking fixing the issues and is not
owned by the wpt sync bot.
This bug is linked to the relevant tests by an annotation in
https://github.com/web-platform-tests/wpt-metadata. These annotations
can be edited using the wpt interop dashboard
https://jgraham.github.io/wptdash/
If this bug is split into multiple bugs, please also update the
annotations, otherwise we are unable to track which wpt issues are
already triaged. Resolving as duplicate or closing this issue should
be cause the bot to automatically update or remove the annotation.
Comment 1•7 months ago
|
||
Looks like this is building on offset-rotate
which we implemented in bug 1429301 -- specifically, expecting more expressions to be interpolatable. --> Adding dependency.
Comment 2•7 months ago
|
||
(And this is specifically about interpolating with sign
; adding dependency on the bug for that feature as well.)
Updated•7 months ago
|
Description
•