Pass | getAnimations returns one Animation per transitioning property | Asserts runPass | assert_equals(2, 2)
at Test.<anonymous> ( /css/css-transitions/Element-getAnimations.tentative.html:25:3) |
|
Pass | getAnimations returns CSSTransition objects for CSS Transitions | Asserts runPass | 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) |
|
Pass | getAnimations does not return finished CSS Transitions | Asserts runPass | assert_equals(0, 0)
at Test.<anonymous> ( /css/css-transitions/Element-getAnimations.tentative.html:49:3) |
|
Pass | getAnimations does not return a transition for a non-animatable property | Asserts runPass | assert_equals(0, 0)
at Test.<anonymous> ( /css/css-transitions/Element-getAnimations.tentative.html:62:3) |
|
Pass | getAnimations does not return a transition for an unsupposed property | Asserts runPass | assert_equals(0, 0)
at Test.<anonymous> ( /css/css-transitions/Element-getAnimations.tentative.html:73:3) |
|
Pass | getAnimations sorts simultaneous transitions by name | Asserts runPass | 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) |
|
Pass | getAnimations sorts transitions by when they were generated | Asserts runPass | 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) |
|