Video is not started even if play button has been pressed.
[framework/web/webkit-efl.git] / LayoutTests / fast / events / message-port-multi-expected.txt
1 This test checks the various use cases around sending multiple ports through MessagePort.postMessage
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
4
5
6 PASS channel.port1.postMessage("same port", [channel.port1]) threw exception Error: InvalidStateError: DOM Exception 11.
7 PASS channel.port1.postMessage("entangled port", [channel.port2]) threw exception Error: InvalidStateError: DOM Exception 11.
8 PASS channel.port1.postMessage("null port", [channel3.port1, null, channel3.port2]) threw exception Error: InvalidStateError: DOM Exception 11.
9 PASS channel.port1.postMessage("notAPort", [channel3.port1, {}, channel3.port2]) threw exception TypeError: Type error.
10 PASS channel.port1.postMessage("duplicate port", [channel3.port1, channel3.port1]) threw exception Error: InvalidStateError: DOM Exception 11.
11 PASS channel.port1.postMessage("notAnArray", channel3.port1) threw exception TypeError: Type error.
12 PASS channel.port1.postMessage("notASequence", [{length: 3}]) threw exception TypeError: Type error.
13 PASS channel.port1.postMessage("largeSequence", largePortArray) threw exception Error: InvalidStateError: DOM Exception 11.
14 PASS event.ports is non-null and zero length when no port sent
15 PASS event.ports is non-null and zero length when empty array sent
16 PASS event.ports contains two ports when two ports sent
17 PASS event.ports contains two ports when two ports re-sent after error
18 PASS Sending host object has thrown Error: DataCloneError: DOM Exception 25
19 PASS Sending host object has thrown Error: DataCloneError: DOM Exception 25
20 PASS Sending Function object has thrown Error: DataCloneError: DOM Exception 25
21 PASS Sending Error object has thrown Error: DataCloneError: DOM Exception 25
22 PASS send-port: transferred one port
23 PASS send-port-twice: transferred one port twice
24 PASS send-two-ports: transferred two ports
25
26 TEST COMPLETE
27