Summary

Harness status: OK

Found 5 tests

Details

ResultTest NameMessage
Passerror event is normal (return true does not cancel; one arg) on Document, with a synthetic ErrorEvent
Asserts run
Pass
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
PassInitial values of ErrorEvent members
Asserts run
Pass
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)
Passerror member can be set to null
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /html/webappapis/scripting/events/event-handler-processing-algorithm-error/document-synthetic-errorevent.html:47:3)
Passerror member can be set to undefined
Asserts run
Pass
assert_equals(undefined, undefined)
    at Test.<anonymous> ( /html/webappapis/scripting/events/event-handler-processing-algorithm-error/document-synthetic-errorevent.html:52:3)
Passerror member can be set to arbitrary
Asserts run
Pass
assert_equals("foo", "foo")
    at Test.<anonymous> ( /html/webappapis/scripting/events/event-handler-processing-algorithm-error/document-synthetic-errorevent.html:57:3)