Summary

Harness status: OK

Found 4 tests

Details

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