Summary

Harness status: OK

Found 9 tests

Details

ResultTest NameMessage
Passprecondition: microtask creation logic functions as expected
Asserts run
Pass
assert_true(true, "function registered as a microtask was executed before task")
    at Test.<anonymous> ( /resources/test/tests/functional/task-scheduling-test.html:25:5)
Passsynchronous test without cleanup
Asserts runNo asserts ran
Passsub-test with 0 cleanup functions executes in the same microtask as a passing sub-test
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /resources/test/tests/functional/task-scheduling-test.html:40:3)
Failfailing synchronous test without cleanupThis error is expected
Error: This error is expected
    at https://www1.wpt.live/resources/test/tests/functional/task-scheduling-test.html:7:21
Asserts runNo asserts ran
Passsub-test with 0 cleanup functions executes in the same microtask as a failing sub-test
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /resources/test/tests/functional/task-scheduling-test.html:50:3)
Passsynchronous test with cleanup
Asserts runNo asserts ran
Passsub-test with some cleanup functions executes in the same microtask as a passing sub-test
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /resources/test/tests/functional/task-scheduling-test.html:61:3)
Failfailing synchronous test with cleanupThis error is expected
Error: This error is expected
    at https://www1.wpt.live/resources/test/tests/functional/task-scheduling-test.html:7:21
Asserts runNo asserts ran
Passsub-test with some cleanup functions executes in the same microtask as a failing sub-test
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /resources/test/tests/functional/task-scheduling-test.html:73:3)