Pass | error event is normal (return true does not cancel; one arg) on Document, with a synthetic ErrorEvent | Asserts runPass | assert_equals(1, 1)
at Test.<anonymous> ( /html/webappapis/scripting/events/event-handler-processing-algorithm-error/document-synthetic-errorevent.html:17:5) | Pass | assert_equals(false, false)
at /html/webappapis/scripting/events/event-handler-processing-algorithm-error/document-synthetic-errorevent.html:23:5 | Pass | assert_equals("", "")
at /html/webappapis/scripting/events/event-handler-processing-algorithm-error/document-synthetic-errorevent.html:24:5 | Pass | assert_equals("", "")
at /html/webappapis/scripting/events/event-handler-processing-algorithm-error/document-synthetic-errorevent.html:25:5 | Pass | assert_equals(0, 0)
at /html/webappapis/scripting/events/event-handler-processing-algorithm-error/document-synthetic-errorevent.html:26:5 | Pass | assert_equals(0, 0)
at /html/webappapis/scripting/events/event-handler-processing-algorithm-error/document-synthetic-errorevent.html:27:5 | Pass | assert_equals(undefined, undefined)
at /html/webappapis/scripting/events/event-handler-processing-algorithm-error/document-synthetic-errorevent.html:28:5 |
|
Pass | Initial values of ErrorEvent members | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/webappapis/scripting/events/event-handler-processing-algorithm-error/document-synthetic-errorevent.html:38:3) | Pass | assert_equals("", "")
at Test.<anonymous> ( /html/webappapis/scripting/events/event-handler-processing-algorithm-error/document-synthetic-errorevent.html:39:3) | Pass | assert_equals(0, 0)
at Test.<anonymous> ( /html/webappapis/scripting/events/event-handler-processing-algorithm-error/document-synthetic-errorevent.html:40:3) | Pass | assert_equals(0, 0)
at Test.<anonymous> ( /html/webappapis/scripting/events/event-handler-processing-algorithm-error/document-synthetic-errorevent.html:41:3) | Pass | assert_equals(undefined, undefined)
at Test.<anonymous> ( /html/webappapis/scripting/events/event-handler-processing-algorithm-error/document-synthetic-errorevent.html:42:3) |
|
Pass | error member can be set to null | Asserts runPass | assert_equals(null, null)
at Test.<anonymous> ( /html/webappapis/scripting/events/event-handler-processing-algorithm-error/document-synthetic-errorevent.html:47:3) |
|
Pass | error member can be set to undefined | Asserts runPass | assert_equals(undefined, undefined)
at Test.<anonymous> ( /html/webappapis/scripting/events/event-handler-processing-algorithm-error/document-synthetic-errorevent.html:52:3) |
|
Pass | error member can be set to arbitrary | Asserts runPass | assert_equals("foo", "foo")
at Test.<anonymous> ( /html/webappapis/scripting/events/event-handler-processing-algorithm-error/document-synthetic-errorevent.html:57:3) |
|