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

Side by Side Diff: LayoutTests/http/tests/websocket/handshake-fail-by-more-accept-header-expected.txt

Issue 817733004: WebSocket layout tests clean up (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 11 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
1 CONSOLE ERROR: line 21: WebSocket connection to 'ws://localhost:8880/handshake-f ail-by-more-accept-header' failed: Error during WebSocket handshake: 'Sec-WebSoc ket-Accept' header must not appear more than once in a response 1 CONSOLE ERROR: line 21: WebSocket connection to 'ws://localhost:8880/handshake-f ail-by-more-accept-header' failed: Error during WebSocket handshake: 'Sec-WebSoc ket-Accept' header must not appear more than once in a response
2 Test that WebSocket handshake fails if there are more one Sec-WebSocket-Accept h eader field in the response. 2 Test that WebSocket handshake fails if there are more one Sec-WebSocket-Accept h eader field in the response.
3 3
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
5 5
6 PASS onerror() was called
6 PASS successfullyParsed is true 7 PASS successfullyParsed is true
7 8
8 TEST COMPLETE 9 TEST COMPLETE
9 10
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698