Bug 133746

Summary: CSSKeyframesRule interfaces exposes insertRule instead of appendRule
Product: WebKit Reporter: Sylvain Galineau <galineau>
Component: AnimationsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: dino, jonlee
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Sylvain Galineau
Reported 2014-06-11 10:29:25 PDT
REPRO: Load attached test file EXPECTED: Blue block animating to yellow repeatedly ACTUAL: Nothing. Console shows undefined exception. WebKit's CSSKeyframesRule interface exposes insertRule() instead of appendRule() per css-animations [1]. Firefox and IE work as expected. Chrome has the same issue. [1] http://dev.w3.org/csswg/css-animations/#interface-csskeyframerule
Attachments
Sylvain Galineau
Comment 1 2014-07-19 12:02:53 PDT
*** This bug has been marked as a duplicate of bug 57910 ***
Note You need to log in before you can comment on or make changes to this bug.