Pass | error event is weird (return true cancels; many args) on Window, with a runtime error | Asserts runPass | assert_greater_than(5, 1)
at Test.<anonymous> ( /html/webappapis/scripting/events/event-handler-processing-algorithm-error/window-runtime-error.html:17:5) | Pass | assert_equals(true, true)
at /html/webappapis/scripting/events/event-handler-processing-algorithm-error/window-runtime-error.html:23:5 |
|
Pass | error event has the right 5 args on Window, with a runtime error | Asserts runPass | assert_equals(5, 5, "There must be exactly 5 arguments")
at Test.<anonymous> ( /html/webappapis/scripting/events/event-handler-processing-algorithm-error/window-runtime-error.html:33:5) | Pass | assert_equals("string", "string", "message argument must be a string")
at Test.<anonymous> ( /html/webappapis/scripting/events/event-handler-processing-algorithm-error/window-runtime-error.html:34:5) | Pass | assert_equals("string", "string", "filename argument must be a string")
at Test.<anonymous> ( /html/webappapis/scripting/events/event-handler-processing-algorithm-error/window-runtime-error.html:35:5) | Pass | assert_equals("number", "number", "lineno argument must be a number")
at Test.<anonymous> ( /html/webappapis/scripting/events/event-handler-processing-algorithm-error/window-runtime-error.html:36:5) | Pass | assert_equals("number", "number", "colno argument must be a number")
at Test.<anonymous> ( /html/webappapis/scripting/events/event-handler-processing-algorithm-error/window-runtime-error.html:37:5) | Pass | assert_equals("object", "object", "error argument must be an object")
at Test.<anonymous> ( /html/webappapis/scripting/events/event-handler-processing-algorithm-error/window-runtime-error.html:38:5) | Pass | assert_equals(function "function ReferenceError() { [native code] }", function "function ReferenceError() { [native code] }", "error argument must be a ReferenceError")
at Test.<anonymous> ( /html/webappapis/scripting/events/event-handler-processing-algorithm-error/window-runtime-error.html:39:5) |
|