Pass | window.performance is defined | Asserts runPass | assert_not_equals(object "[object Performance]", undefined, "window.performance is defined")
at Test.<anonymous> ( /resource-timing/resources/webperftestharness.js:65:31) |
|
Pass | window.performance.getEntriesByType is defined | Asserts runPass | assert_not_equals(function "function getEntriesByType() { [native code] }", undefined, "window.performance.getEntriesByType is defined")
at Test.<anonymous> ( /resource-timing/resources/webperftestharness.js:71:30) |
|
Fail | There should be 2 PerformanceEntries | assert_equals: There should be 2 PerformanceEntries expected 2 but got 1 at Test.<anonymous> (https://www1.wpt.live/resource-timing/resources/webperftestharness.js:136:27)
at Test.step (https://www1.wpt.live/resources/testharness.js:2642:25)
at test (https://www1.wpt.live/resources/testharness.js:633:30)
at wp_test (https://www1.wpt.live/resource-timing/resources/webperftestharness.js:57:5)
at test_equals (https://www1.wpt.live/resource-timing/resources/webperftestharness.js:136:5) Asserts runFail | assert_equals(1, 2, "There should be 2 PerformanceEntries")
at Test.<anonymous> ( /resource-timing/resources/webperftestharness.js:136:27) |
|