Pass | window.performance is defined | Asserts runPass | assert_not_equals(object "[object Performance]", undefined, "window.performance is defined")
at Test.<anonymous> ( /navigation-timing/resources/webperftestharness.js:32:31) |
|
Pass | window.performance.navigation is defined | Asserts runPass | assert_not_equals(object "[object PerformanceNavigation]", undefined, "window.performance.navigation is defined")
at Test.<anonymous> ( /navigation-timing/resources/webperftestharness.js:37:30) |
|
Pass | window.performance.navigation.type is defined. | Asserts runPass | assert_not_equals(0, undefined, "window.performance.navigation.type is defined.")
at Test.<anonymous> ( /navigation-timing/resources/webperftestharness.js:44:26) |
|
Pass | window.performance.navigation.redirectCount is defined. | Asserts runPass | assert_not_equals(0, undefined, "window.performance.navigation.redirectCount is defined.")
at Test.<anonymous> ( /navigation-timing/resources/webperftestharness.js:44:26) |
|