Bug 133746 - CSSKeyframesRule interfaces exposes insertRule instead of appendRule
Summary: CSSKeyframesRule interfaces exposes insertRule instead of appendRule
Status: RESOLVED DUPLICATE of bug 57910
Alias: None
Product: WebKit
Classification: Unclassified
Component: Animations (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-11 10:29 PDT by Sylvain Galineau
Modified: 2014-07-19 12:02 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sylvain Galineau 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
Comment 1 Sylvain Galineau 2014-07-19 12:02:53 PDT

*** This bug has been marked as a duplicate of bug 57910 ***