Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / virtual / stable / http / tests / websocket / binary-type-expected.txt
1 CONSOLE ERROR: 'Blob' is not a valid value for binaryType; binaryType remains unchanged.
2 CONSOLE ERROR: 'ArrayBuffer' is not a valid value for binaryType; binaryType remains unchanged.
3 CONSOLE ERROR: '' is not a valid value for binaryType; binaryType remains unchanged.
4 Test WebSocket.binaryType attribute.
5
6 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
7
8 PASS ws.binaryType is "blob"
9 PASS ws.binaryType is "arraybuffer"
10 PASS ws.binaryType is "blob"
11 Set invalid values to binaryType. They should be ignored. No exception should be thrown.
12 PASS ws.binaryType is "blob"
13 PASS ws.binaryType is "blob"
14 PASS ws.binaryType is "blob"
15 PASS successfullyParsed is true
16
17 TEST COMPLETE
18