Description

This test validates that the value of the window.performance.navigation.redirectCount attribute, as well as the window.performance.timing.redirectStart and redirectEnd attributes on a non-redirected navigation.

Summary

Harness status: OK

Found 5 tests

Details

ResultTest NameMessage
Passwindow.performance is defined
Asserts run
Pass
assert_not_equals(object "[object Performance]", undefined, "window.performance is defined")
    at Test.<anonymous> ( /navigation-timing/resources/webperftestharness.js:32:31)
Passwindow.performance.navigation is defined
Asserts run
Pass
assert_not_equals(object "[object PerformanceNavigation]", undefined, "window.performance.navigation is defined")
    at Test.<anonymous> ( /navigation-timing/resources/webperftestharness.js:37:30)
Passtiming.redirectStart on an non-redirected navigation
Asserts run
Pass
assert_equals(0, 0, "timing.redirectStart on an non-redirected navigation")
    at Test.<anonymous> ( /common/performance-timeline-utils.js:32:25)
Passtiming.redirectEnd on an non-redirected navigation
Asserts run
Pass
assert_equals(0, 0, "timing.redirectEnd on an non-redirected navigation")
    at Test.<anonymous> ( /common/performance-timeline-utils.js:32:25)
Passnavigation.redirectCount on an non-redirected navigation
Asserts run
Pass
assert_equals(0, 0, "navigation.redirectCount on an non-redirected navigation")
    at Test.<anonymous> ( /common/performance-timeline-utils.js:32:25)