Bug 235819 - css/motion/animation/offset-rotate-interpolation.html has failures
Summary: css/motion/animation/offset-rotate-interpolation.html has failures
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Animations (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on: 218880
Blocks: 232087
  Show dependency treegraph
 
Reported: 2022-01-28 07:40 PST by Antoine Quint
Modified: 2022-02-04 07:47 PST (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Antoine Quint 2022-01-28 07:40:45 PST
css/motion/animation/offset-rotate-interpolation.html has 48 failures, we need to investigate and fix them.
Comment 1 Antoine Quint 2022-01-28 13:09:54 PST
WPT.fyi reports no such failure. There must be a sync issue on our end somehow.

https://wpt.fyi/results/css/motion/animation/offset-rotate-interpolation.html?label=master&label=experimental
Comment 2 Antoine Quint 2022-01-28 13:20:21 PST
So, this used to pass 100% but regressed with r287909, the fix for bug 218880.
Comment 3 Antoine Quint 2022-01-28 13:21:54 PST
This is the test that regressed:

      // Regression test for crbug.com/918430.
      test_interpolation({
        property: 'offset-rotate',
        from: '800deg',
        to: '900deg'
      }, [
        {at: -3.40282e+38, expect: '-3.40282e+38deg'},
      ]);
Comment 4 Simon Fraser (smfr) 2022-01-28 13:26:35 PST
assert_equals: expected "- 340282001837565597733306976381245063168deg " but got "- 340282346638528859811704183484516925440deg "
Comment 5 Radar WebKit Bug Importer 2022-02-04 07:47:24 PST
<rdar://problem/88488768>