Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
PassCheck that performance.getEntriesByType('navigation')[0].responseEnd has reasonable values before and after the load has finished
Asserts run
Pass
assert_equals(0, 0, "PerformanceNavigationTiming.responseEnd == 0 before load event")
    at Test.<anonymous> ( /navigation-timing/nav2-test-response-end-and-duration-before-during-and-after-load-event.html:17:5)
Pass
assert_equals(0, 0, "PerformanceNavigationTiming.duration is 0 before load event")
    at Test.<anonymous> ( /navigation-timing/nav2-test-response-end-and-duration-before-during-and-after-load-event.html:18:5)
Pass
assert_greater_than(1235, 500, "PerformanceNavigationTiming.responseEnd is reasonable during load event")
    at Test.<anonymous> ( /navigation-timing/nav2-test-response-end-and-duration-before-during-and-after-load-event.html:19:5)
Pass
assert_equals(0, 0, "PerformanceNavigationTiming.duration is 0 during load event")
    at Test.<anonymous> ( /navigation-timing/nav2-test-response-end-and-duration-before-during-and-after-load-event.html:20:5)
Pass
assert_greater_than(1235, 500, "PerformanceNavigationTiming.responseEnd is reasonable after load event")
    at Test.<anonymous> ( /navigation-timing/nav2-test-response-end-and-duration-before-during-and-after-load-event.html:21:5)
Pass
assert_greater_than(1235.9000000059605, 500, "PerformanceNavigationTiming.duration is reasonable after load event")
    at Test.<anonymous> ( /navigation-timing/nav2-test-response-end-and-duration-before-during-and-after-load-event.html:22:5)