Summary

Harness status: OK

Found 2 tests

Details

ResultTest NameMessage
PassDocument timelines report current time relative to navigationStart
Asserts run
Pass
assert_greater_than_equal(0, 0, "The current time is initially is positive or zero")
    at Test.<anonymous> ( /web-animations/timing-model/timelines/document-timelines.html:13:3)
Pass
assert_not_equals("loading", "complete", "Test is running prior to document load")
    at Test.<anonymous> ( /web-animations/timing-model/timelines/document-timelines.html:20:3)
Pass
assert_equals(903.6, 903.6, "The current time matches requestAnimationFrame time")
    at Test.<anonymous> ( /web-animations/timing-model/timelines/document-timelines.html:31:7)
PassChild frames do not report negative initial times
Asserts run
Pass
assert_greater_than_equal(0, 0, "The current time of a new iframe is initially is positive or zero")
    at Test.<anonymous> ( /web-animations/timing-model/timelines/document-timelines.html:43:7)