Bug 210989

Summary: [Web Animations] Fix remaining failure in css/css-animations/KeyframeEffect-setKeyframes.tentative
Product: WebKit Reporter: Antoine Quint <graouts>
Component: AnimationsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: dino, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: Safari Technology Preview   
Hardware: Unspecified   
OS: Unspecified   

Description Antoine Quint 2020-04-24 13:10:49 PDT
After the patch for bug 210988 lands, there will be one remaining failure in css/css-animations/KeyframeEffect-setKeyframes.tentative.html to address. The remaining failure is caused by AnimationTimeline::updateCSSAnimations() not updating the animation when the underlying @keyframes rule changed. This is due to Animation::animationsMatch not checking on the actual keyframes.
Comment 1 Radar WebKit Bug Importer 2020-04-24 14:43:25 PDT
<rdar://problem/62340847>
Comment 2 Antoine Quint 2022-12-09 04:07:45 PST
This got fixed by 234895.

*** This bug has been marked as a duplicate of bug 234895 ***