|
|
| 229 | 229 | PASS Event interface: new MessageEvent("message", { data: 5 }) must have own property "isTrusted"
|
|---|
| 230 | 230 | PASS Event interface: new MessageEvent("message", { data: 5 }) must inherit property "timeStamp" with the proper type (15)
|
|---|
| 231 | 231 | PASS Event interface: new MessageEvent("message", { data: 5 }) must inherit property "initEvent" with the proper type (16)
|
|---|
| 232 | | FAIL 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 () {
|
|---|
| 232 | FAIL 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 () {
|
|---|
| 233 | 233 | fn.apply(obj, args);
|
|---|
| 234 | 234 | }" did not throw
|
|---|
| 235 | 235 | PASS EventSource interface: existence and properties of interface object
|
|---|
|
|
| 340 | 340 | FAIL Event interface: new CloseEvent("close") must have own property "isTrusted" assert_own_property: expected property "isTrusted" missing
|
|---|
| 341 | 341 | PASS Event interface: new CloseEvent("close") must inherit property "timeStamp" with the proper type (15)
|
|---|
| 342 | 342 | PASS Event interface: new CloseEvent("close") must inherit property "initEvent" with the proper type (16)
|
|---|
| 343 | | FAIL 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 () {
|
|---|
| 343 | FAIL 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 () {
|
|---|
| 344 | 344 | fn.apply(obj, args);
|
|---|
| 345 | 345 | }" did not throw
|
|---|
| 346 | 346 | PASS MessageChannel interface: existence and properties of interface object
|
|---|
|
|