Description

This test validates that connectStart and connectEnd are the same when a connection is reused (e.g. when a persistent connection is used).

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> ( /resource-timing/resources/webperftestharness.js:65:31)
Passwindow.performance.getEntriesByType is defined
Asserts run
Pass
assert_not_equals(function "function getEntriesByType() { [native code] }", undefined, "window.performance.getEntriesByType is defined")
    at Test.<anonymous> ( /resource-timing/resources/webperftestharness.js:71:30)
FailThere should be 2 PerformanceEntriesassert_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 run
Fail
assert_equals(1, 2, "There should be 2 PerformanceEntries")
    at Test.<anonymous> ( /resource-timing/resources/webperftestharness.js:136:27)