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