OLD | NEW |
(Empty) | |
| 1 Checks that initServiceWorkerMessageEvent() is working |
| 2 |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 4 |
| 5 |
| 6 PASS newEvent.initServiceWorkerMessageEvent("message", true, true, "ff", "*", 43
, port, {x:1}); threw exception TypeError: Failed to execute 'initServiceWorkerM
essageEvent' on 'ServiceWorkerMessageEvent': The 8th argument is neither an arra
y, nor does it have indexed properties.. |
| 7 PASS newEvent.initServiceWorkerMessageEvent("message", true, true, "ff", "*", 43
, port, null) did not throw exception. |
| 8 PASS [object ServiceWorkerMessageEvent] is an instance of function ServiceWorker
MessageEvent() { [native code] } |
| 9 PASS successfullyParsed is true |
| 10 |
| 11 TEST COMPLETE |
| 12 |
OLD | NEW |