summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/http/tests/websocket/receive-blob-expected.txt
blob: be37e88680962158b04cec11cf1b7ec6e111fed4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
WebSocket: Receive Blobs.

On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".

PASS ws.binaryType is "blob"
PASS receivedMessages.length is 3
Checking message #0.
PASS responseType is "[object Blob]"
PASS actualArray.length is 13
PASS Passed: Message #0.
Checking message #1.
PASS responseType is "[object Blob]"
PASS actualArray.length is 0
PASS Passed: Message #1.
Checking message #2.
PASS responseType is "[object Blob]"
PASS actualArray.length is 256
PASS Passed: Message #2.
PASS successfullyParsed is true

TEST COMPLETE