Harness status: OK
Found 3 tests
assert_equals("foo", "foo") at Test.<anonymous> ( /dom/events/CustomEvent.html:12:5)
assert_throws_js(function "function TypeError() { [native code] }", function "function() { e.initCustomEvent(); }") at Test.<anonymous> ( /dom/events/CustomEvent.html:22:5)
assert_equals("foo", "foo", "type") at Test.<anonymous> ( /dom/events/CustomEvent.html:30:5)
assert_false(false, "bubbles") at Test.<anonymous> ( /dom/events/CustomEvent.html:31:5)
assert_false(false, "cancelable") at Test.<anonymous> ( /dom/events/CustomEvent.html:32:5)
assert_equals(null, null, "detail") at Test.<anonymous> ( /dom/events/CustomEvent.html:33:5)