| <html> | |
| <head> | |
| <script src="../../resources/js-test.js"></script> | |
| </head> | |
| <body> | |
| <script> | |
| description("Make sure that MessageEvent.source is properly set in connect event."); | |
| startWorker("resources/messageevent-source.js", "shared"); | |
| </script> | |
| </body> | |
| </html> |