| Index: LayoutTests/fast/workers/shared-worker-name-expected.txt
|
| diff --git a/LayoutTests/fast/workers/shared-worker-name-expected.txt b/LayoutTests/fast/workers/shared-worker-name-expected.txt
|
| index 4dc7ad97455ba12a30e71d9019372d5befed095d..54b97c87ba9e15c2eb7966b774350ccefd99a29a 100644
|
| --- a/LayoutTests/fast/workers/shared-worker-name-expected.txt
|
| +++ b/LayoutTests/fast/workers/shared-worker-name-expected.txt
|
| @@ -10,15 +10,13 @@ TEST COMPLETE
|
| PASS setting self.foo
|
| PASS creating worker with no name
|
| PASS creating worker with empty name
|
| +PASS creating worker with an undefined name
|
| PASS creating worker with different name but same URL
|
| PASS creating no-name worker with alternate URL
|
| PASS creating empty name worker with alternate URL
|
| PASS created SharedWorker with name 'null'
|
| PASS setting self.foo
|
| PASS creating worker with a null name
|
| -PASS created SharedWorker with name 'undefined'
|
| -PASS setting self.foo
|
| -PASS creating worker with an undefined name
|
| PASS the name attribute of worker can be set correctly
|
|
|
| TEST COMPLETE
|
|
|