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 | timing.redirectStart on an non-redirected navigation | Asserts runPass | assert_equals(0, 0, "timing.redirectStart on an non-redirected navigation")
at Test.<anonymous> ( /common/performance-timeline-utils.js:32:25) |
|
Pass | timing.redirectEnd on an non-redirected navigation | Asserts runPass | assert_equals(0, 0, "timing.redirectEnd on an non-redirected navigation")
at Test.<anonymous> ( /common/performance-timeline-utils.js:32:25) |
|
Pass | navigation.redirectCount on an non-redirected navigation | Asserts runPass | assert_equals(0, 0, "navigation.redirectCount on an non-redirected navigation")
at Test.<anonymous> ( /common/performance-timeline-utils.js:32:25) |
|