Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
PassAttaching a handler in unhandledrejection should not trigger rejectionhandled.
Asserts run
Pass
assert_equals(object "[object Promise]", object "[object Promise]")
    at Test.<anonymous> ( /html/webappapis/scripting/processing-model-2/unhandled-promise-rejections/promise-rejection-events-attached-in-event.html:17:7)
Pass
assert_equals(object "Error: e", object "Error: e")
    at Test.<anonymous> ( /html/webappapis/scripting/processing-model-2/unhandled-promise-rejections/promise-rejection-events-attached-in-event.html:18:7)
Pass
assert_equals(object "Error: e", object "Error: e")
    at Test.<anonymous> ( /html/webappapis/scripting/processing-model-2/unhandled-promise-rejections/promise-rejection-events-attached-in-event.html:23:9)