Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / http / tests / websocket / too-long-payload-expected.txt
blob84f5f48b66559c2b182bbeccf97139d4c531b962
1 CONSOLE ERROR: line 14: WebSocket connection to 'ws://127.0.0.1:8880/too-long-payload' failed: Invalid frame header
2 Tests whether WebSocket correctly aborts the connection when it receives a frame with too long payload.
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