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

Unified Diff: LayoutTests/http/tests/inspector/websocket/websocket-handshake-expected.txt

Issue 130863002: [WebSocket] Merge duplicated HTTP headers for devtools (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed a platform dependent test Created 6 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/http/tests/inspector/websocket/websocket-handshake-expected.txt
diff --git a/LayoutTests/http/tests/inspector/websocket/websocket-handshake-expected.txt b/LayoutTests/http/tests/inspector/websocket/websocket-handshake-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..844cfcbe9b5b5a12f957ac8f18c03e79d9ab87a1
--- /dev/null
+++ b/LayoutTests/http/tests/inspector/websocket/websocket-handshake-expected.txt
@@ -0,0 +1,30 @@
+PASS successfullyParsed is true
+
+TEST COMPLETE
+onopen
+Tests that WebSocket handshake information is passed to Web Inspector.
+
+log:
+log: requestMethod: GET
+log: requestHeaders
+log: Cache-Control: no-cache
+log: Connection: Upgrade
+log: Host: localhost:8880
+log: Origin: http://127.0.0.1:8000
+log: Pragma: no-cache
+log: Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits, x-webkit-deflate-frame
+log: Sec-WebSocket-Key: ***
+log: Sec-WebSocket-Version: 13
+log: Upgrade: websocket
+log: User-Agent: ***
+log: statusCode: 101
+log: statusText: Switching Protocols
+log: responseHeaders
+log: Connection: Upgrade
+log: Sec-WebSocket-Accept: ***
+log: Upgrade: websocket
+log: foo: FUGA
+log: foo: bar, baz
+log: foo: hoge
+log: xxx: yyy
+

Powered by Google App Engine
This is Rietveld 408576698