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