Bug 38017

Summary: CompositeAnimation::updateKeyframeAnimations() can make a KeyframeAnimation for animation "none"
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: Layout and RenderingAssignee: Chris Marrin <cmarrin>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: OS X 10.5   
Attachments:
Description Flags
Patch mitz: review+

Description Simon Fraser (smfr) 2010-04-22 17:50:09 PDT
Code ni CompositeAnimation::updateKeyframeAnimations() makes KeyframeAnimation objects when the animation-name is "none" (which explicitly should not animate anything).
Comment 1 Simon Fraser (smfr) 2010-04-23 09:49:11 PDT
Created attachment 54169 [details]
Patch
Comment 2 mitz 2010-04-23 11:04:08 PDT
Comment on attachment 54169 [details]
Patch

You could add an explanation for the lack of a regression test.
Comment 3 Simon Fraser (smfr) 2010-04-23 13:23:24 PDT
http://trac.webkit.org/changeset/58185