Pass | Document.getAnimations() returns an empty sequence for non-animated content | Asserts runPass | 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) |
|
Pass | Document.getAnimations() returns script-generated animations | Asserts runPass | 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) |
|
Pass | Document.getAnimations() returns script-generated animations in the order they were created | Asserts runPass | 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) |
|
Pass | Document.getAnimations() does not return a disconnected node | Asserts runPass | 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) |
|
Pass | Document.getAnimations() does not return an animation with a null target | Asserts runPass | 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) |
|
Pass | Document.getAnimations() returns animations on elements inside same-origin iframes | Asserts runPass | 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) |
|
Pass | iframe.contentDocument.getAnimations() returns animations on elements inside same-origin Document | Asserts runPass | 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) |
|
Pass | ShadowRoot.getAnimations() return all animations in the shadow tree | Asserts runPass | 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) |
|
Pass | Document.getAnimations() does NOT return animations in shadow trees | Asserts runPass | 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) |
|
Pass | ShadowRoot.getAnimations() does NOT return animations in parent document | Asserts runPass | assert_array_equals([], [], "getAnimations() called on ShadowRoot does not return animations from Document")
at Test.<anonymous> ( /web-animations/interfaces/DocumentOrShadowRoot/getAnimations.html:197:3) |
|
Pass | Document.getAnimations() triggers a style change event | Asserts runNo asserts ran |