Summary

Harness status: OK

Found 2 tests

Details

ResultTest NameMessage
Passerror event is weird (return true cancels; many args) on Window, with a synthetic ErrorEvent
Asserts run
Pass
assert_greater_than(5, 1)
    at Test.<anonymous> ( /html/webappapis/scripting/events/event-handler-processing-algorithm-error/body-element-synthetic-errorevent.html:16:5)
Pass
assert_equals(true, true)
    at  /html/webappapis/scripting/events/event-handler-processing-algorithm-error/body-element-synthetic-errorevent.html:22:5
Passerror event has the right 5 args on Window, with a synthetic ErrorEvent
Asserts run
Pass
assert_equals(5, 5, "There must be exactly 5 arguments")
    at Test.<anonymous> ( /html/webappapis/scripting/events/event-handler-processing-algorithm-error/body-element-synthetic-errorevent.html:34:5)
Pass
assert_equals("message", "message")
    at Test.<anonymous> ( /html/webappapis/scripting/events/event-handler-processing-algorithm-error/body-element-synthetic-errorevent.html:35:5)
Pass
assert_equals("filename", "filename")
    at Test.<anonymous> ( /html/webappapis/scripting/events/event-handler-processing-algorithm-error/body-element-synthetic-errorevent.html:36:5)
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /html/webappapis/scripting/events/event-handler-processing-algorithm-error/body-element-synthetic-errorevent.html:37:5)
Pass
assert_equals(2, 2)
    at Test.<anonymous> ( /html/webappapis/scripting/events/event-handler-processing-algorithm-error/body-element-synthetic-errorevent.html:38:5)
Pass
assert_equals(object "[object Object]", object "[object Object]")
    at Test.<anonymous> ( /html/webappapis/scripting/events/event-handler-processing-algorithm-error/body-element-synthetic-errorevent.html:39:5)