Bug 20756 - RenderStyle doesn't update keyframes properly
Summary: RenderStyle doesn't update keyframes properly
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Dean Jackson
URL:
Keywords:
Depends on: 20789
Blocks:
  Show dependency treegraph
 
Reported: 2008-09-09 18:10 PDT by Dean Jackson
Modified: 2008-09-15 14:41 PDT (History)
1 user (show)

See Also:


Attachments
patch - testcases in another bug (1.54 KB, patch)
2008-09-09 18:13 PDT, Dean Jackson
timothy: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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