Skip to content

Commit

Permalink
Merge pull request #2554 from w3c/sync_ec241ca6adc46e3a34ed2d335f3582…
Browse files Browse the repository at this point in the history
…7328ed6dad

Merge pull request #2554 from sync_ec241ca6adc46e3a34ed2d335f35827328ed6dad
  • Loading branch information
jgraham committed Feb 2, 2016
2 parents 68394e8 + ec241ca commit 6cca131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-animations/keyframe-effect/constructor.html
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
var effect = new KeyframeEffectReadOnly(target, {
left: ["10px", "20px"]
}, { easing: easing });
assert_equals(effect.getFrames()[0].easing, expected,
assert_equals(effect.timing.easing, expected,
"resulting easing for '" + easing + "'");
});
}, "easing values are parsed correctly when passed to the " +
Expand Down

0 comments on commit 6cca131

Please sign in to comment.