blob: c2cf7b4cd8a5ec39348b292df713432359375051 [file] [log] [blame]
Tests that a resource has timing information.
== Running test suite: ResourceTimingData
-- Running test case: CheckResourceTimingInformationForResource
PASS: Resource should be created.
PASS: Added Resource received a response.
PASS: Added Resource did finish loading.
PASS: Newly added resource should have a resource timing model.
PASS: Resource should have a start time.
PASS: Resource should have a request start time.
PASS: Resource should have a response start time.
PASS: domainLookupStart and domainLookupEnd should both be NaN or a number.
PASS: connectStart and connectEnd should both be NaN or a number.
PASS: requestStart should come after startTime.
PASS: A secure connection should be reused or secureConnectionStart should come after connectStart.
PASS: responseStart should come after requestStart.
PASS: responseEnd should come after responseStart.