WPT test transform-interpolation-rotate-slerp.html fails in Firefox
Categories
(Core :: Layout, defect, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox119 | --- | fixed |
People
(Reporter: dholbert, Assigned: boris)
References
(Blocks 2 open bugs)
Details
Attachments
(2 files)
Filing this bug for this WPT failure:
https://wpt.fyi/results/css/css-transforms/animation/transform-interpolation-rotate-slerp.html
Direct link to testcase:
https://wpt.live/css/css-transforms/animation/transform-interpolation-rotate-slerp.html
Reference case:
https://wpt.live/css/css-transforms/animation/transform-interpolation-ref.html?rotateSlerp
In Firefox, the first rectangle has its blue section at the bottom-right in Firefox, whereas the reference case (and other browsers) have that blue section at the top-left.
This test happens to be in the 'compat2021' subset of WPT tests; hence, filing as blocking that metabug.
Comment 1•3 years ago
|
||
The severity field is not set for this bug.
:emilio, could you have a look please?
For more information, please visit auto_nag documentation.
Updated•3 years ago
|
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Comment 2•1 years ago
|
||
Per wiki,
https://en.wikipedia.org/wiki/Quaternions_and_spatial_rotation,
we have to make sure the range of the angle is limited to [0, 360deg).
Updated•1 years ago
|
Updated•1 years ago
|
Assignee | ||
Comment 3•1 years ago
|
||
We keep these functions because we used them for compositor animations before
merging stylo. Now we always use the equivalent rust version for all the
transform interpolation, on both the main-thread and the compositor thread.
Comment 5•1 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/249fcb88ac15
https://hg.mozilla.org/mozilla-central/rev/76deb26ecf8a
Description
•