RESOLVED DUPLICATE of bug 57910 133746
CSSKeyframesRule interfaces exposes insertRule instead of appendRule
https://bugs.webkit.org/show_bug.cgi?id=133746
Summary CSSKeyframesRule interfaces exposes insertRule instead of appendRule
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.