Pass | currentTime should be null for a display: inline source | Asserts runPass | assert_equals(null, null)
at Test.<anonymous> ( /scroll-animations/scroll-timelines/current-time-nan.html:32:3) |
|
Pass | currentTime should be null for a display: none source | Asserts runPass | assert_equals(null, null)
at Test.<anonymous> ( /scroll-animations/scroll-timelines/current-time-nan.html:45:3) |
|
Pass | currentTime should be null for an unattached source | Asserts runPass | assert_equals(null, null)
at Test.<anonymous> ( /scroll-animations/scroll-timelines/current-time-nan.html:65:3) |
|
Pass | currentTime should be null when the source is not a scroller | Asserts runPass | assert_equals(null, null)
at Test.<anonymous> ( /scroll-animations/scroll-timelines/current-time-nan.html:78:3) |
|