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) |
|
Pass | There should be 2 PerformanceEntries | Asserts runPass | assert_equals(2, 2, "There should be 2 PerformanceEntries")
at Test.<anonymous> ( /resource-timing/resources/webperftestharness.js:136:27) |
|
Pass | connectStart and fetchStart should be the same | Asserts runPass | assert_equals(1255, 1255, "connectStart and fetchStart should be the same")
at Test.<anonymous> ( /resource-timing/resources/webperftestharness.js:136:27) |
|
Pass | connectEnd and fetchStart should be the same | Asserts runPass | assert_equals(1255, 1255, "connectEnd and fetchStart should be the same")
at Test.<anonymous> ( /resource-timing/resources/webperftestharness.js:136:27) |
|
Pass | secureConnectionStart and fetchStart should be the same | Asserts runPass | assert_equals(1255, 1255, "secureConnectionStart and fetchStart should be the same")
at Test.<anonymous> ( /resource-timing/resources/webperftestharness.js:136:27) |
|
Pass | domainLookupStart and fetchStart should be the same | Asserts runPass | assert_equals(1255, 1255, "domainLookupStart and fetchStart should be the same")
at Test.<anonymous> ( /resource-timing/resources/webperftestharness.js:136:27) |
|
Pass | domainLookupEnd and fetchStart should be the same | Asserts runPass | assert_equals(1255, 1255, "domainLookupEnd and fetchStart should be the same")
at Test.<anonymous> ( /resource-timing/resources/webperftestharness.js:136:27) |
|