Closed Bug 1259313 Opened 8 years ago Closed 8 years ago

Need a test for checking result of ParseEasing in GetKeyframeListFromPropertyIndexedKeyframe

Categories

(Core :: DOM: Animation, defect)

defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 1244591
Tracking Status
firefox48 --- affected

People

(Reporter: birtles, Assigned: daisuke)

References

Details

Attachments

(1 file)

Bug 1253470 replaces a call to:

  AnimationUtils::ParseEasing(keyframes.mEasing, aTarget->OwnerDoc());

with a call to:

  TimingParams::ParseEasing(keyframes.mEasing, aTarget->OwnerDoc(), aRv);

here:

  https://hg.mozilla.org/mozilla-central/rev/a0c0ea60eaef#l2.39

But doesn't check the result, aRv. It probably should and we should probably add a test for that.
Oh, thanks!
The code changes should now be fixed as part of bug 1245748 but we still need a test.
Now the ParseEasing is here:
https://dxr.mozilla.org/mozilla-central/rev/d62963756d9a9d19cbbb5d8f3dd3c7cfa8fdef88/dom/animation/KeyframeUtils.cpp#1005
Summary: Check result of ParseEasing in BuildAnimationPropertyListFromPropertyIndexedKeyframes → Need a test for checking result of ParseEasing in GetKeyframeListFromPropertyIndexedKeyframe
Ok, thanks!
It looks like this was already added in bug 1244591. Specifically, here:

  https://hg.mozilla.org/mozilla-central/rev/d2dc79c8d77c#l4.27

Of the tests added in attachment 8755242 [details], however, I think we might still want to add at least the first one. (We might not want to second one due to upcoming changes in Web Animations.[1])

[1] https://github.com/w3c/web-animations/issues/148
Thank, Brian!
Ok!
Comment on attachment 8755242 [details]
MozReview Request: Bug 1259313 - Need a test for checking result of ParseEasing in GetKeyframeListFromPropertyIndexedKeyframe. r?birtles

Review request updated; see interdiff: https://reviewboard.mozilla.org/r/54452/diff/1-2/
Attachment #8755242 - Flags: review?(bbirtles)
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
No longer blocks: 1276824
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: