Summary

Harness status: OK

Found 4 tests

Details

ResultTest NameMessage
PassDefault value
Asserts run
Pass
assert_equals("replace", "replace", "The default value should be replace")
    at Test.<anonymous> ( /web-animations/interfaces/KeyframeEffect/composite.html:16:3)
PassChange composite value
Asserts run
Pass
assert_equals("add", "add", "The effect composite value should be replaced")
    at Test.<anonymous> ( /web-animations/interfaces/KeyframeEffect/composite.html:23:3)
PassUnspecified keyframe composite value when setting effect composite
Asserts run
Pass
assert_equals("auto", "auto", "unspecified keyframe composite value should be auto even if effect composite is set")
    at Test.<anonymous> ( /web-animations/interfaces/KeyframeEffect/composite.html:32:3)
PassSpecified keyframe composite value when setting effect composite
Asserts run
Pass
assert_equals("replace", "replace", "specified keyframe composite value should not be overridden by setting effect composite")
    at Test.<anonymous> ( /web-animations/interfaces/KeyframeEffect/composite.html:42:3)