Pass | event handler cancellation behavior | Asserts runNo asserts ran |
Pass | Returning true from [object Window]'s onerror event handler while ErrorEvent is firing should cancel the event | Asserts runPass | assert_equals(true, true)
at Test.<anonymous> ( /html/webappapis/scripting/events/eventhandler-cancellation.html:50:9) |
|
Pass | Returning false from [object Window]'s onerror event handler while ErrorEvent is firing should not cancel the event | Asserts runPass | assert_equals(false, false)
at Test.<anonymous> ( /html/webappapis/scripting/events/eventhandler-cancellation.html:50:9) |
|
Pass | Returning "" from [object Window]'s onerror event handler while ErrorEvent is firing should not cancel the event | Asserts runPass | assert_equals(false, false)
at Test.<anonymous> ( /html/webappapis/scripting/events/eventhandler-cancellation.html:50:9) |
|
Pass | Returning "abc" from [object Window]'s onerror event handler while ErrorEvent is firing should not cancel the event | Asserts runPass | assert_equals(false, false)
at Test.<anonymous> ( /html/webappapis/scripting/events/eventhandler-cancellation.html:50:9) |
|
Pass | Returning [object Object] from [object Window]'s onerror event handler while ErrorEvent is firing should not cancel the event | Asserts runPass | assert_equals(false, false)
at Test.<anonymous> ( /html/webappapis/scripting/events/eventhandler-cancellation.html:50:9) |
|
Pass | Returning 0 from [object Window]'s onerror event handler while ErrorEvent is firing should not cancel the event | Asserts runPass | assert_equals(false, false)
at Test.<anonymous> ( /html/webappapis/scripting/events/eventhandler-cancellation.html:50:9) |
|
Pass | Returning 1 from [object Window]'s onerror event handler while ErrorEvent is firing should not cancel the event | Asserts runPass | assert_equals(false, false)
at Test.<anonymous> ( /html/webappapis/scripting/events/eventhandler-cancellation.html:50:9) |
|
Pass | Returning -1 from [object Window]'s onerror event handler while ErrorEvent is firing should not cancel the event | Asserts runPass | assert_equals(false, false)
at Test.<anonymous> ( /html/webappapis/scripting/events/eventhandler-cancellation.html:50:9) |
|
Pass | Returning null from [object Window]'s onerror event handler while ErrorEvent is firing should not cancel the event | Asserts runPass | assert_equals(false, false)
at Test.<anonymous> ( /html/webappapis/scripting/events/eventhandler-cancellation.html:50:9) |
|
Pass | Returning undefined from [object Window]'s onerror event handler while ErrorEvent is firing should not cancel the event | Asserts runPass | assert_equals(false, false)
at Test.<anonymous> ( /html/webappapis/scripting/events/eventhandler-cancellation.html:50:9) |
|
Pass | Returning 2.5 from [object Window]'s onerror event handler while ErrorEvent is firing should not cancel the event | Asserts runPass | assert_equals(false, false)
at Test.<anonymous> ( /html/webappapis/scripting/events/eventhandler-cancellation.html:50:9) |
|
Pass | Returning NaN from [object Window]'s onerror event handler while ErrorEvent is firing should not cancel the event | Asserts runPass | assert_equals(false, false)
at Test.<anonymous> ( /html/webappapis/scripting/events/eventhandler-cancellation.html:50:9) |
|
Pass | Returning Infinity from [object Window]'s onerror event handler while ErrorEvent is firing should not cancel the event | Asserts runPass | assert_equals(false, false)
at Test.<anonymous> ( /html/webappapis/scripting/events/eventhandler-cancellation.html:50:9) |
|
Pass | Returning Symbol(Symbol.toStringTag) from [object Window]'s onerror event handler while ErrorEvent is firing should not cancel the event | Asserts runPass | assert_equals(false, false)
at Test.<anonymous> ( /html/webappapis/scripting/events/eventhandler-cancellation.html:50:9) |
|