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