blob: 03b39d6a27c81ee6149f69863083052a172cddca [file] [log] [blame]
PASS BroadcastChannel works in workers
FAIL BroadcastChannel works in shared workers null is not an object (evaluating 'worker.port')
PASS Closing and re-opening a channel works.
PASS BroadcastChannel created after a worker self.close()
PASS BroadcastChannel messages from closed worker to parent should be ignored (BC created before closing)
PASS BroadcastChannel messages from closed worker to parent should be ignored (BC created after closing)
PASS BroadcastChannel messages from parent to closed worker should be ignored (BC created before closing)
PASS BroadcastChannel messages from parent to closed worker should be ignored (BC created after closing)
PASS BroadcastChannel messages within closed worker should be ignored (BCs created before closing)
PASS BroadcastChannel messages within closed worker should be ignored (BCs created after closing)