Bug 1305325 - Part 7: The expected value of offset is 1.0 for input value whose offset is 1.0. r=birtles

MozReview-Commit-ID: JnsWmDBfW3p
This commit is contained in:
Hiroyuki Ikezoe 2016-12-04 08:07:40 +09:00
parent 1f8b99b847
commit 8a350b750d
4 changed files with 1 additions and 12 deletions

View File

@ -1,9 +1,5 @@
[animate.html]
type: testharness
[Element.animate() accepts a one property one keyframe sequence]
expected: FAIL
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1216844 # This will be passed in a subsequent patch.
[Element.animate() accepts a keyframe sequence with different composite values, but the same composite value for a given offset]
expected: FAIL
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1291468

View File

@ -12,10 +12,6 @@
expected: FAIL
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1311620 # This needs additive animation
[a KeyframeEffectReadOnly can be constructed with a one property one keyframe sequence]
expected: FAIL
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1216844 # This will be passed in a subsequent patch
[a KeyframeEffectReadOnly can be constructed with a keyframe sequence with different composite values, but the same composite value for a given offset]
expected: FAIL
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1291468

View File

@ -1,8 +1,5 @@
[setKeyframes.html]
type: testharness
[Keyframes can be replaced with a one property one keyframe sequence]
expected: FAIL # This will be passed in a subsequent patch.
[Keyframes can be replaced with a keyframe sequence with different composite values, but the same composite value for a given offset]
expected: FAIL
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1291468

View File

@ -182,7 +182,7 @@ var gPropertyIndexedKeyframesTests = [
var gKeyframeSequenceTests = [
{ desc: "a one property one keyframe sequence",
input: [{ offset: 1, left: "10px" }],
output: [{ offset: null, computedOffset: 1, easing: "linear",
output: [{ offset: 1, computedOffset: 1, easing: "linear",
left: "10px" }] },
{ desc: "a one property two keyframe sequence",
input: [{ offset: 0, left: "10px" },