| Index: LayoutTests/fast/workers/shared-worker-messageevent-source-expected.txt
|
| diff --git a/LayoutTests/fast/workers/shared-worker-messageevent-source-expected.txt b/LayoutTests/fast/workers/shared-worker-messageevent-source-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..55adf7cf38c92fec8a4a432d41892106edb98809
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/workers/shared-worker-messageevent-source-expected.txt
|
| @@ -0,0 +1,12 @@
|
| +Make sure that MessageEvent.source is properly set in connect event.
|
| +
|
| +On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
| +
|
| +
|
| +Starting worker: resources/messageevent-source.js
|
| +PASS [Worker] event.__proto__ is MessageEvent.prototype
|
| +PASS [Worker] event.source is event.ports[0]
|
| +PASS successfullyParsed is true
|
| +
|
| +TEST COMPLETE
|
| +
|
|
|