Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(187)

Side by Side Diff: LayoutTests/virtual/stable/http/tests/websocket/permessage-deflate-parameter-expected.txt

Issue 317843002: Turn on the new WebSocket implementation by default. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove layout tests of old WebSocket implementation. Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 Test WebSocket permessage-deflate extension.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5 Testing query: "client_max_window_bits=8"
6 PASS ws.extensions.search('permessage-deflate') != -1 is true
7 PASS ws.extensions.search('client_max_window_bits=8') != -1 is true
8 PASS event.data is firstMessage
9 PASS event.data is secondMessage
10 onclose() was called.
11 PASS closeEvent.wasClean is true
12 Testing query: "client_no_context_takeover"
13 PASS ws.extensions.search('permessage-deflate') != -1 is true
14 PASS ws.extensions.search('client_no_context_takeover') != -1 is true
15 PASS event.data is firstMessage
16 PASS event.data is secondMessage
17 onclose() was called.
18 PASS closeEvent.wasClean is true
19 Testing query: "client_max_window_bits=8&client_no_context_takeover"
20 PASS ws.extensions.search('permessage-deflate') != -1 is true
21 PASS ws.extensions.search('client_max_window_bits=8') != -1 is true
22 PASS ws.extensions.search('client_no_context_takeover') != -1 is true
23 PASS event.data is firstMessage
24 PASS event.data is secondMessage
25 onclose() was called.
26 PASS closeEvent.wasClean is true
27 PASS successfullyParsed is true
28
29 TEST COMPLETE
30
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698