Bug 235819
Summary: | css/motion/animation/offset-rotate-interpolation.html has failures | ||
---|---|---|---|
Product: | WebKit | Reporter: | Antoine Quint <graouts> |
Component: | Animations | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | dino, graouts, nmouchtaris, simon.fraser, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | 218880 | ||
Bug Blocks: | 232087 |
Antoine Quint
css/motion/animation/offset-rotate-interpolation.html has 48 failures, we need to investigate and fix them.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Antoine Quint
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
Antoine Quint
So, this used to pass 100% but regressed with r287909, the fix for bug 218880.
Antoine Quint
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'},
]);
Simon Fraser (smfr)
assert_equals: expected "- 340282001837565597733306976381245063168deg " but got "- 340282346638528859811704183484516925440deg "
Radar WebKit Bug Importer
<rdar://problem/88488768>