Summary

Harness status: OK

Found 17 tests

Details

ResultTest NameMessage
Passaccumulate onto the base value
Asserts run
Pass
assert_equals("15px", "15px", "Animated margin-left style at 50%")
    at Test.<anonymous> ( /web-animations/animation-model/combining-effects/effect-composition.html:20:5)
Passaccumulate onto the base value when the interval does not include the 0 or 1 keyframe
Asserts run
Pass
assert_equals("35px", "35px", "Animated margin-left style at 50%")
    at Test.<anonymous> ( /web-animations/animation-model/combining-effects/effect-composition.html:32:5)
Passaccumulate onto an underlying animation value
Asserts run
Pass
assert_equals("20px", "20px", "Animated style at 50%")
    at Test.<anonymous> ( /web-animations/animation-model/combining-effects/effect-composition.html:50:5)
Passaccumulate onto an underlying animation value with implicit from values
Asserts run
Pass
assert_equals("matrix(1, 0, 0, 1, 50, 50)", "matrix(1, 0, 0, 1, 50, 50)", "Animated style at 50%")
    at Test.<anonymous> ( /web-animations/animation-model/combining-effects/effect-composition.html:64:5)
Passaccumulate onto an underlying animation value with implicit to values
Asserts run
Pass
assert_equals("matrix(1, 0, 0, 1, 50, 50)", "matrix(1, 0, 0, 1, 50, 50)", "Animated style at 50%")
    at Test.<anonymous> ( /web-animations/animation-model/combining-effects/effect-composition.html:78:5)
PassComposite when mixing accumulate and replace
Asserts run
Pass
assert_equals("25px", "25px", "Animated style at 50%")
    at Test.<anonymous> ( /web-animations/animation-model/combining-effects/effect-composition.html:91:5)
Passaccumulate specified on a keyframe overrides the composite mode of the effect
Asserts run
Pass
assert_equals("20px", "20px", "Animated style at 50%")
    at Test.<anonymous> ( /web-animations/animation-model/combining-effects/effect-composition.html:104:5)
Passunspecified composite mode on a keyframe is overriden by setting accumulate of the effect
Asserts run
Pass
assert_equals("20px", "20px", "Animated style at 50%")
    at Test.<anonymous> ( /web-animations/animation-model/combining-effects/effect-composition.html:119:5)
Passadd onto the base value
Asserts run
Pass
assert_equals("15px", "15px", "Animated margin-left style at 50%")
    at Test.<anonymous> ( /web-animations/animation-model/combining-effects/effect-composition.html:20:5)
Passadd onto the base value when the interval does not include the 0 or 1 keyframe
Asserts run
Pass
assert_equals("35px", "35px", "Animated margin-left style at 50%")
    at Test.<anonymous> ( /web-animations/animation-model/combining-effects/effect-composition.html:32:5)
Passadd onto an underlying animation value
Asserts run
Pass
assert_equals("20px", "20px", "Animated style at 50%")
    at Test.<anonymous> ( /web-animations/animation-model/combining-effects/effect-composition.html:50:5)
Passadd onto an underlying animation value with implicit from values
Asserts run
Pass
assert_equals("matrix(1, 0, 0, 1, 50, 50)", "matrix(1, 0, 0, 1, 50, 50)", "Animated style at 50%")
    at Test.<anonymous> ( /web-animations/animation-model/combining-effects/effect-composition.html:64:5)
Passadd onto an underlying animation value with implicit to values
Asserts run
Pass
assert_equals("matrix(1, 0, 0, 1, 50, 50)", "matrix(1, 0, 0, 1, 50, 50)", "Animated style at 50%")
    at Test.<anonymous> ( /web-animations/animation-model/combining-effects/effect-composition.html:78:5)
PassComposite when mixing add and replace
Asserts run
Pass
assert_equals("25px", "25px", "Animated style at 50%")
    at Test.<anonymous> ( /web-animations/animation-model/combining-effects/effect-composition.html:91:5)
Passadd specified on a keyframe overrides the composite mode of the effect
Asserts run
Pass
assert_equals("20px", "20px", "Animated style at 50%")
    at Test.<anonymous> ( /web-animations/animation-model/combining-effects/effect-composition.html:104:5)
Passunspecified composite mode on a keyframe is overriden by setting add of the effect
Asserts run
Pass
assert_equals("20px", "20px", "Animated style at 50%")
    at Test.<anonymous> ( /web-animations/animation-model/combining-effects/effect-composition.html:119:5)
PassComposite replace fully replaces the underlying animation value
Asserts run
Pass
assert_equals("60px", "60px", "Animated style at 50%")
    at Test.<anonymous> ( /web-animations/animation-model/combining-effects/effect-composition.html:150:3)