Summary

Harness status: OK

Found 2 tests

Details

ResultTest NameMessage
Passt.signal existence
Asserts run
Pass
assert_true(true, "Returns an abort signal")
    at Test.<anonymous> ( /resources/test/tests/functional/abortsignal.html:17:5)
Pass
assert_false(false, "Signal should not be aborted before test end")
    at Test.<anonymous> ( /resources/test/tests/functional/abortsignal.html:18:5)
Passt.signal.aborted
Asserts run
Pass
assert_true(true, "Signal should be aborted after test end")
    at Test.<anonymous> ( /resources/test/tests/functional/abortsignal.html:23:5)
Pass
assert_true(true, "onabort should have been called")
    at Test.<anonymous> ( /resources/test/tests/functional/abortsignal.html:24:5)