Description

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

Summary

Harness status: OK

Found 3 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.timing is defined
Asserts run
Pass
assert_not_equals(object "[object PerformanceTiming]", undefined, "window.performance.timing is defined")
    at Test.<anonymous> ( /navigation-timing/resources/webperftestharness.js:37:30)