Summary

Harness status: OK

Found 3 tests

Details

ResultTest NameMessage
PassAnimation.animate must enqueue an attributeChanged reaction when it adds the observed style attribute
Asserts run
Pass
assert_array_equals(["constructed", "connected"], ["constructed", "connected"])
    at Test.<anonymous> ( /custom-elements/reactions/Animation.html:22:5)
Pass
assert_array_equals(["attributeChanged"], ["attributeChanged"])
    at Test.<anonymous> ( /custom-elements/reactions/Animation.html:28:5)
Pass
assert_equals("style", "style")
    at Test.<anonymous> ( /custom-elements/reactions/Animation.html:29:5)
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /custom-elements/reactions/Animation.html:30:5)
PassAnimation.animate must enqueue an attributeChanged reaction when it mutates the observed style attribute
Asserts run
Pass
assert_array_equals(["constructed", "connected", "attributeChanged"], ["constructed", "connected", "attributeChanged"])
    at Test.<anonymous> ( /custom-elements/reactions/Animation.html:41:5)
Pass
assert_array_equals(["attributeChanged"], ["attributeChanged"])
    at Test.<anonymous> ( /custom-elements/reactions/Animation.html:47:5)
Pass
assert_equals("style", "style")
    at Test.<anonymous> ( /custom-elements/reactions/Animation.html:48:5)
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /custom-elements/reactions/Animation.html:49:5)
PassAnimation.animate must not enqueue an attributeChanged reaction when it mutates the style attribute but the style attribute is not observed
Asserts run
Pass
assert_array_equals(["constructed", "connected"], ["constructed", "connected"])
    at Test.<anonymous> ( /custom-elements/reactions/Animation.html:56:5)
Pass
assert_array_equals([], [])
    at Test.<anonymous> ( /custom-elements/reactions/Animation.html:61:5)