Bug 210989
Summary: | [Web Animations] Fix remaining failure in css/css-animations/KeyframeEffect-setKeyframes.tentative | ||
---|---|---|---|
Product: | WebKit | Reporter: | Antoine Quint <graouts> |
Component: | Animations | Assignee: | 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 |
Antoine Quint
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/62340847>
Antoine Quint
This got fixed by 234895.
*** This bug has been marked as a duplicate of bug 234895 ***