Summary

Harness status: OK

Found 3 tests

Details

ResultTest NameMessage
PassThe initiator type for <script> must be 'script'
Asserts run
Pass
assert_equals("script", "script")
    at Test.<anonymous> ( /resource-timing/initiator-type/resources/initiator-type-test.js:13:5)
PassThe initiator type for an asynchronous XmlHTTPRequest must be 'xmlhttprequest'
Asserts run
Pass
assert_equals("xmlhttprequest", "xmlhttprequest")
    at Test.<anonymous> ( /resource-timing/initiator-type/resources/initiator-type-test.js:13:5)
PassThe initiator type for script imported from another script must be 'script'
Asserts run
Pass
assert_equals("script", "script")
    at Test.<anonymous> ( /resource-timing/initiator-type/resources/initiator-type-test.js:13:5)