Summary

Harness status: OK

Found 4 tests

Details

ResultTest NameMessage
PassCall initUIEvent without parameters
Asserts run
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /uievents/legacy/Event-subclasses-init.html:10:9)
Pass
assert_throws_js(function "function TypeError() { [native code] }", function "function() { eventType.prototype[initFunction].call(event) }")
    at Test.<anonymous> ( /uievents/legacy/Event-subclasses-init.html:14:9)
PassCall initMouseEvent without parameters
Asserts run
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /uievents/legacy/Event-subclasses-init.html:10:9)
Pass
assert_throws_js(function "function TypeError() { [native code] }", function "function() { eventType.prototype[initFunction].call(event) }")
    at Test.<anonymous> ( /uievents/legacy/Event-subclasses-init.html:14:9)
PassCall initKeyboardEvent without parameters
Asserts run
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /uievents/legacy/Event-subclasses-init.html:10:9)
Pass
assert_throws_js(function "function TypeError() { [native code] }", function "function() { eventType.prototype[initFunction].call(event) }")
    at Test.<anonymous> ( /uievents/legacy/Event-subclasses-init.html:14:9)
PassCall initCompositionEvent without parameters
Asserts run
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /uievents/legacy/Event-subclasses-init.html:10:9)
Pass
assert_throws_js(function "function TypeError() { [native code] }", function "function() { eventType.prototype[initFunction].call(event) }")
    at Test.<anonymous> ( /uievents/legacy/Event-subclasses-init.html:14:9)