Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / workers / shared-worker-name-expected.txt
blob54b97c87ba9e15c2eb7966b774350ccefd99a29a
1 Checks the various use cases around the SharedWorker constructor's optional name parameter
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS created SharedWorker with no name
7 PASS successfullyParsed is true
9 TEST COMPLETE
10 PASS setting self.foo
11 PASS creating worker with no name
12 PASS creating worker with empty name
13 PASS creating worker with an undefined name
14 PASS creating worker with different name but same URL
15 PASS creating no-name worker with alternate URL
16 PASS creating empty name worker with alternate URL
17 PASS created SharedWorker with name 'null'
18 PASS setting self.foo
19 PASS creating worker with a null name
20 PASS the name attribute of worker can be set correctly
22 TEST COMPLETE