Summary

Harness status: OK

Found 7 tests

Details

ResultTest NameMessage
PassgetAnimations returns one Animation per transitioning property
Asserts run
Pass
assert_equals(2, 2)
    at Test.<anonymous> ( /css/css-transitions/Element-getAnimations.tentative.html:25:3)
PassgetAnimations returns CSSTransition objects for CSS Transitions
Asserts run
Pass
assert_class_string(object "[object CSSTransition]", "CSSTransition", "Interface of returned animation is CSSTransition")
    at Test.<anonymous> ( /css/css-transitions/Element-getAnimations.tentative.html:34:3)
PassgetAnimations does not return finished CSS Transitions
Asserts run
Pass
assert_equals(0, 0)
    at Test.<anonymous> ( /css/css-transitions/Element-getAnimations.tentative.html:49:3)
PassgetAnimations does not return a transition for a non-animatable property
Asserts run
Pass
assert_equals(0, 0)
    at Test.<anonymous> ( /css/css-transitions/Element-getAnimations.tentative.html:62:3)
PassgetAnimations does not return a transition for an unsupposed property
Asserts run
Pass
assert_equals(0, 0)
    at Test.<anonymous> ( /css/css-transitions/Element-getAnimations.tentative.html:73:3)
PassgetAnimations sorts simultaneous transitions by name
Asserts run
Pass
assert_equals(6, 6, "Generated expected number of transitions")
    at Test.<anonymous> ( /css/css-transitions/Element-getAnimations.tentative.html:89:3)
Pass
assert_equals("border-bottom-width", "border-bottom-width")
    at Test.<anonymous> ( /css/css-transitions/Element-getAnimations.tentative.html:91:3)
Pass
assert_equals("border-left-width", "border-left-width")
    at Test.<anonymous> ( /css/css-transitions/Element-getAnimations.tentative.html:92:3)
Pass
assert_equals("border-right-width", "border-right-width")
    at Test.<anonymous> ( /css/css-transitions/Element-getAnimations.tentative.html:93:3)
Pass
assert_equals("border-top-width", "border-top-width")
    at Test.<anonymous> ( /css/css-transitions/Element-getAnimations.tentative.html:94:3)
Pass
assert_equals("opacity", "opacity")
    at Test.<anonymous> ( /css/css-transitions/Element-getAnimations.tentative.html:95:3)
Pass
assert_equals("transform", "transform")
    at Test.<anonymous> ( /css/css-transitions/Element-getAnimations.tentative.html:96:3)
PassgetAnimations sorts transitions by when they were generated
Asserts run
Pass
assert_equals(1, 1, "Initially there is only one (transform) transition")
    at Test.<anonymous> ( /css/css-transitions/Element-getAnimations.tentative.html:106:3)
Pass
assert_equals(2, 2, "Then a second (opacity) transition is added")
    at Test.<anonymous> ( /css/css-transitions/Element-getAnimations.tentative.html:109:3)
Pass
assert_equals("transform", "transform")
    at Test.<anonymous> ( /css/css-transitions/Element-getAnimations.tentative.html:113:3)
Pass
assert_equals("opacity", "opacity")
    at Test.<anonymous> ( /css/css-transitions/Element-getAnimations.tentative.html:114:3)