Description

This test validates that all of the window.performance.navigation attributes exist (but does not validate that their values are correct).

Summary

Harness status: OK

Found 4 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)
Passwindow.performance.navigation.type is defined.
Asserts run
Pass
assert_not_equals(0, undefined, "window.performance.navigation.type is defined.")
    at Test.<anonymous> ( /navigation-timing/resources/webperftestharness.js:44:26)
Passwindow.performance.navigation.redirectCount is defined.
Asserts run
Pass
assert_not_equals(0, undefined, "window.performance.navigation.redirectCount is defined.")
    at Test.<anonymous> ( /navigation-timing/resources/webperftestharness.js:44:26)