Description

This test validates that each window has a unique window.performance object.

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.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)
PassDifferent window objects have unique performance objects
Asserts run
Pass
assert_not_equals(object "[object PerformanceTiming]", object "[object PerformanceTiming]", "Different window objects have unique performance objects")
    at Test.<anonymous> ( /navigation-timing/resources/webperftestharness.js:112:26)