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