Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / http / tests / websocket / permessage-deflate-set-bfinal-expected.txt
blob84f308300b6fc96c046ff9296db1b4531b992946
1 Test receiving compressed frames with BFINAL = 1.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
5 Sending message: "Hello"
6 PASS event.data is 'Hello'
7 Sending message: "World"
8 PASS event.data is 'World'
9 Sending message: "Goodbye"
10 PASS event.data is 'Goodbye'
11 onclose() was called.
12 PASS closeEvent.wasClean is true
13 PASS successfullyParsed is true
15 TEST COMPLETE