Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / http / tests / websocket / handshake-fail-by-maxlength-expected.txt
blob611bb1a6e89a8d399663abceeb406d8775190b5d
1 CONSOLE ERROR: line 27: WebSocket connection to 'ws://localhost:8880/handshake-fail-by-maxlength' failed: Error during WebSocket handshake: Invalid status line
2 Connection should fail immediately, rather than succeeding or staying in limbo until timeout, if handshake is longer than 1024 bytes.
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS onerror() was called
7 PASS timedOut is false
8 PASS connected is false
9 PASS origin is undefined.
10 PASS successfullyParsed is true
12 TEST COMPLETE