Bug 133746
Summary: | CSSKeyframesRule interfaces exposes insertRule instead of appendRule | ||
---|---|---|---|
Product: | WebKit | Reporter: | Sylvain Galineau <galineau> |
Component: | Animations | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | dino, jonlee |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Sylvain Galineau
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Sylvain Galineau
*** This bug has been marked as a duplicate of bug 57910 ***