229229PASS Event interface: new MessageEvent("message", { data: 5 }) must have own property "isTrusted"
230230PASS Event interface: new MessageEvent("message", { data: 5 }) must inherit property "timeStamp" with the proper type (15)
231231PASS Event interface: new MessageEvent("message", { data: 5 }) must inherit property "initEvent" with the proper type (16)
232FAIL Event interface: calling initEvent(DOMString,boolean,boolean) on new MessageEvent("message", { data: 5 }) with too few arguments must throw TypeError assert_throws: Called with 0 arguments function "function () {
232FAIL Event interface: calling initEvent(DOMString,boolean,boolean) on new MessageEvent("message", { data: 5 }) with too few arguments must throw TypeError assert_throws: Called with 1 arguments function "function () {
233233 fn.apply(obj, args);
234234 }" did not throw
235235PASS EventSource interface: existence and properties of interface object
340340FAIL Event interface: new CloseEvent("close") must have own property "isTrusted" assert_own_property: expected property "isTrusted" missing
341341PASS Event interface: new CloseEvent("close") must inherit property "timeStamp" with the proper type (15)
342342PASS Event interface: new CloseEvent("close") must inherit property "initEvent" with the proper type (16)
343FAIL Event interface: calling initEvent(DOMString,boolean,boolean) on new CloseEvent("close") with too few arguments must throw TypeError assert_throws: Called with 0 arguments function "function () {
343FAIL Event interface: calling initEvent(DOMString,boolean,boolean) on new CloseEvent("close") with too few arguments must throw TypeError assert_throws: Called with 1 arguments function "function () {
344344 fn.apply(obj, args);
345345 }" did not throw
346346PASS MessageChannel interface: existence and properties of interface object