[WK2] selection does not disappear after coping the text
[framework/web/webkit-efl.git] / LayoutTests / fast / workers / shared-worker-name-expected.txt
1 Checks the various use cases around the SharedWorker constructor's optional name parameter
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
4
5
6 PASS created SharedWorker with no name
7 PASS setting self.foo
8 PASS creating worker with no name
9 PASS creating worker with empty name
10 PASS creating worker with different name but same URL
11 PASS creating no-name worker with alternate URL
12 PASS creating empty name worker with alternate URL
13 PASS created SharedWorker with name 'null'
14 PASS setting self.foo
15 PASS creating worker with a null name
16 PASS created SharedWorker with name 'undefined'
17 PASS setting self.foo
18 PASS creating worker with an undefined name
19 PASS the name attribute of worker can be set correctly
20
21 TEST COMPLETE
22