Summary

Harness status: OK

Found 2 tests

Details

ResultTest NameMessage
PassBasic task and microtask ordering
Asserts run
Pass
assert_array_equals(["script start", "script end", "promise1", "promise2", "setTimeout"], ["script start", "script end", "promise1", "promise2", "setTimeout"])
    at Test.log ( /html/webappapis/scripting/event-loops/resources/common.js:14:17)
PassLevel 1 bossfight (synthetic click)
Asserts run
Pass
assert_array_equals(["click", "click", "promise", "mutate", "promise", "timeout", "timeout"], ["click", "click", "promise", "mutate", "promise", "timeout", "timeout"])
    at Test.log ( /html/webappapis/scripting/event-loops/resources/common.js:14:17)