Bug 20756

Summary: RenderStyle doesn't update keyframes properly
Product: WebKit Reporter: Dean Jackson <dino>
Component: CSSAssignee: Dean Jackson <dino>
Status: RESOLVED FIXED    
Severity: Normal CC: simon.fraser
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.5   
Bug Depends on: 20789    
Bug Blocks:    
Attachments:
Description Flags
patch - testcases in another bug timothy: review+

Description Dean Jackson 2008-09-09 18:10:10 PDT
There is some commented out code in StyleRareNonInheritedData that should execute.

The fix for this is easy, but we need some animation tests.
Comment 1 Dean Jackson 2008-09-09 18:13:41 PDT
Created attachment 23307 [details]
patch - testcases in another bug
Comment 2 Dean Jackson 2008-09-11 15:37:29 PDT
Tests can be found in https://bugs.webkit.org/show_bug.cgi?id=20789

Comment 3 Dean Jackson 2008-09-15 14:41:23 PDT
Committed r36458
	M	WebCore/rendering/style/RenderStyle.cpp
	M	WebCore/ChangeLog