[WK2] selection does not disappear after coping the text
[framework/web/webkit-efl.git] / LayoutTests / fast / workers / worker-close-more-expected.txt
1 Test WorkerGlobalScope.close() method. Will print PASS multiple times, followed by DONE.
2
3 Test 1: Call close() in the worker, then enter infinite loop. From the Worker object side, call terminate(). Verify the loop is terminated.
4 PASS: workerThreadCount = 0
5 PASS: Worker thread created and closed, received message: closed
6 PASS: Worker exited after terminate() terminated the infinite loop.
7 Test 2: post 2 messages to a MessagePort into the worker. port.onmessage handler inside the worker will call close(). Verify that the second onmessage was not executed.
8 PASS: workerThreadCount = 0
9 PASS: MessagePort multiple message test, received message: echo_ping1
10 PASS: MessagePort messages were not delivered asfter close().
11 DONE
12