Summary

Harness status: OK

Found 3 tests

Details

ResultTest NameMessage
PassEvent.type should initially be the empty string
Asserts run
Pass
assert_equals("", "")
    at Test.<anonymous> ( /dom/events/Event-type.html:11:3)
PassEvent.type should be initialized by initEvent
Asserts run
Pass
assert_equals("foo", "foo")
    at Test.<anonymous> ( /dom/events/Event-type.html:16:3)
PassEvent.type should be initialized by the constructor
Asserts run
Pass
assert_equals("bar", "bar")
    at Test.<anonymous> ( /dom/events/Event-type.html:20:3)