Pass | startTime of a newly created (idle) animation is unresolved | Asserts runPass | assert_equals(null, null, "startTime is unresolved")
at Test.<anonymous> ( /web-animations/interfaces/Animation/startTime.html:17:3) |
|
Pass | startTime of a play-pending animation is unresolved | Asserts runPass | assert_equals(null, null, "startTime is unresolved")
at Test.<anonymous> ( /web-animations/interfaces/Animation/startTime.html:24:3) |
|
Pass | startTime of a pause-pending animation is unresolved | Asserts runPass | assert_equals(null, null, "startTime is unresolved")
at Test.<anonymous> ( /web-animations/interfaces/Animation/startTime.html:31:3) |
|
Pass | startTime of a play-pending animation created using Element.animate shortcut is unresolved | Asserts runPass | assert_equals(null, null, "startTime is unresolved")
at Test.<anonymous> ( /web-animations/interfaces/Animation/startTime.html:36:3) |
|
Pass | startTime is resolved when running | Asserts runPass | assert_greater_than(254.30000000000004, 0, "startTime when running")
at /web-animations/interfaces/Animation/startTime.html:43:5 |
|
Pass | startTime and currentTime are unresolved when animation is cancelled | Asserts runPass | assert_equals(null, null)
at Test.<anonymous> ( /web-animations/interfaces/Animation/startTime.html:50:3) | Pass | assert_equals(null, null)
at Test.<anonymous> ( /web-animations/interfaces/Animation/startTime.html:51:3) |
|