Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / http / tests / websocket / pong-expected.txt
blob774fd1eba5c5166c2905a46dac0378d6c83d7bdf
1 Test whether WebSocket correctly responds to a ping message sent from the server.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
5 onopen() was called.
6 onmessage() was called. (message = "PASS")
7 PASS message is "PASS"
8 PASS closeEvent.wasClean is true
9 PASS successfullyParsed is true
11 TEST COMPLETE