Summary

Harness status: OK

Found 2 tests

Details

ResultTest NameMessage
PassThe RT entry for script should be available when the script 'load' event fires
Asserts run
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /resource-timing/script-rt-entries.html:16:13)
PassThe RT entry for a non-existent script should be available when the script 'error' event fires
Asserts run
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /resource-timing/script-rt-entries.html:28:13)