Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / http / tests / websocket / invalid-continuation-expected.txt
bloba98bdc71b5e1dc8508aea76953d0daa9784cd5dc
1 CONSOLE ERROR: line 14: WebSocket connection to 'ws://127.0.0.1:8880/invalid-continuation' failed: Received unexpected continuation frame.
2 Test whether WebSocket aborts the connection when it receives an unexpected continuation frame without any leading text or binary frame.
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 onopen() was called.
7 PASS onerror() was called
8 onclose() was called.
9 PASS closeEvent.wasClean is false
10 PASS successfullyParsed is true
12 TEST COMPLETE