Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
PassResource fetched by HTTP protocol should have resource timing entry emitted, even when the fetch failed.
Asserts run
Pass
assert_equals(2, 2, "There should be two resource timing entries for css resources")
    at Test.<anonymous> ( /resource-timing/resource-timing-failed-fetch.html:19:5)
Pass
assert_equals(1, 1, "There should be one resource timing entry for successfully fetched resource.")
    at Test.<anonymous> ( /resource-timing/resource-timing-failed-fetch.html:22:5)
Pass
assert_equals(1, 1, "There should be one resource timing entry for fetching failed resource.")
    at Test.<anonymous> ( /resource-timing/resource-timing-failed-fetch.html:26:5)