Summary

Harness status: OK

Found 2 tests

Details

ResultTest NameMessage
Passnew CloseEvent() without dictionary
Asserts run
Pass
assert_true(true, "should be a CloseEvent")
    at Test.<anonymous> ( /websockets/interfaces/CloseEvent/constructor.html:10:3)
Pass
assert_equals("foo", "foo")
    at Test.<anonymous> ( /websockets/interfaces/CloseEvent/constructor.html:11:3)
Pass
assert_false(false, "bubbles")
    at Test.<anonymous> ( /websockets/interfaces/CloseEvent/constructor.html:12:3)
Pass
assert_false(false, "cancelable")
    at Test.<anonymous> ( /websockets/interfaces/CloseEvent/constructor.html:13:3)
Pass
assert_false(false, "wasClean")
    at Test.<anonymous> ( /websockets/interfaces/CloseEvent/constructor.html:14:3)
Pass
assert_equals(0, 0)
    at Test.<anonymous> ( /websockets/interfaces/CloseEvent/constructor.html:15:3)
Pass
assert_equals("", "")
    at Test.<anonymous> ( /websockets/interfaces/CloseEvent/constructor.html:16:3)
Passnew CloseEvent() with dictionary
Asserts run
Pass
assert_true(true, "should be a CloseEvent")
    at Test.<anonymous> ( /websockets/interfaces/CloseEvent/constructor.html:27:3)
Pass
assert_equals("foo", "foo")
    at Test.<anonymous> ( /websockets/interfaces/CloseEvent/constructor.html:28:3)
Pass
assert_true(true, "bubbles")
    at Test.<anonymous> ( /websockets/interfaces/CloseEvent/constructor.html:29:3)
Pass
assert_true(true, "cancelable")
    at Test.<anonymous> ( /websockets/interfaces/CloseEvent/constructor.html:30:3)
Pass
assert_true(true, "wasClean")
    at Test.<anonymous> ( /websockets/interfaces/CloseEvent/constructor.html:31:3)
Pass
assert_equals(7, 7)
    at Test.<anonymous> ( /websockets/interfaces/CloseEvent/constructor.html:32:3)
Pass
assert_equals("x", "x")
    at Test.<anonymous> ( /websockets/interfaces/CloseEvent/constructor.html:33:3)