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 |
+ |