Summary

Harness status: OK

Found 11 tests

Details

ResultTest NameMessage
PassDocument.getAnimations() returns an empty sequence for non-animated content
Asserts run
Pass
assert_equals(0, 0, "getAnimations returns an empty sequence for a document with no animations")
    at Test.<anonymous> ( /web-animations/interfaces/DocumentOrShadowRoot/getAnimations.html:17:3)
PassDocument.getAnimations() returns script-generated animations
Asserts run
Pass
assert_equals(2, 2, "getAnimation returns running animations")
    at Test.<anonymous> ( /web-animations/interfaces/DocumentOrShadowRoot/getAnimations.html:27:3)
Pass
assert_equals(0, 0, "getAnimation only returns running animations")
    at Test.<anonymous> ( /web-animations/interfaces/DocumentOrShadowRoot/getAnimations.html:32:3)
PassDocument.getAnimations() returns script-generated animations in the order they were created
Asserts run
Pass
assert_array_equals([object "[object Animation]", object "[object Animation]"], [object "[object Animation]", object "[object Animation]"], "getAnimations() returns running animations")
    at Test.<anonymous> ( /web-animations/interfaces/DocumentOrShadowRoot/getAnimations.html:40:3)
PassDocument.getAnimations() does not return a disconnected node
Asserts run
Pass
assert_equals(0, 0)
    at Test.<anonymous> ( /web-animations/interfaces/DocumentOrShadowRoot/getAnimations.html:51:3)
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /web-animations/interfaces/DocumentOrShadowRoot/getAnimations.html:56:3)
PassDocument.getAnimations() does not return an animation with a null target
Asserts run
Pass
assert_equals(0, 0, "document.getAnimations() only returns animations targeting elements in this document")
    at Test.<anonymous> ( /web-animations/interfaces/DocumentOrShadowRoot/getAnimations.html:64:3)
PassDocument.getAnimations() returns animations on elements inside same-origin iframes
Asserts run
Pass
assert_equals(0, 0)
    at Test.<anonymous> ( /web-animations/interfaces/DocumentOrShadowRoot/getAnimations.html:81:3)
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /web-animations/interfaces/DocumentOrShadowRoot/getAnimations.html:82:3)
Passiframe.contentDocument.getAnimations() returns animations on elements inside same-origin Document
Asserts run
Pass
assert_equals(0, 0)
    at Test.<anonymous> ( /web-animations/interfaces/DocumentOrShadowRoot/getAnimations.html:102:3)
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /web-animations/interfaces/DocumentOrShadowRoot/getAnimations.html:103:3)
Pass
assert_equals(0, 0)
    at Test.<anonymous> ( /web-animations/interfaces/DocumentOrShadowRoot/getAnimations.html:110:3)
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /web-animations/interfaces/DocumentOrShadowRoot/getAnimations.html:111:3)
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /web-animations/interfaces/DocumentOrShadowRoot/getAnimations.html:118:3)
Pass
assert_equals(0, 0)
    at Test.<anonymous> ( /web-animations/interfaces/DocumentOrShadowRoot/getAnimations.html:119:3)
Pass
assert_equals(0, 0)
    at Test.<anonymous> ( /web-animations/interfaces/DocumentOrShadowRoot/getAnimations.html:126:3)
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /web-animations/interfaces/DocumentOrShadowRoot/getAnimations.html:127:3)
Pass
assert_equals(0, 0)
    at Test.<anonymous> ( /web-animations/interfaces/DocumentOrShadowRoot/getAnimations.html:128:3)
PassShadowRoot.getAnimations() return all animations in the shadow tree
Asserts run
Pass
assert_array_equals([object "[object Animation]", object "[object Animation]"], [object "[object Animation]", object "[object Animation]"], "getAnimations() called on ShadowRoot returns expected animations")
    at Test.<anonymous> ( /web-animations/interfaces/DocumentOrShadowRoot/getAnimations.html:167:3)
PassDocument.getAnimations() does NOT return animations in shadow trees
Asserts run
Pass
assert_array_equals([], [], "getAnimations() called on Document does not return animations from shadow trees")
    at Test.<anonymous> ( /web-animations/interfaces/DocumentOrShadowRoot/getAnimations.html:183:3)
PassShadowRoot.getAnimations() does NOT return animations in parent document
Asserts run
Pass
assert_array_equals([], [], "getAnimations() called on ShadowRoot does not return animations from Document")
    at Test.<anonymous> ( /web-animations/interfaces/DocumentOrShadowRoot/getAnimations.html:197:3)
PassDocument.getAnimations() triggers a style change event
Asserts runNo asserts ran