Index: LayoutTests/http/tests/websocket/tests/hybi/permessage-deflate-invalid-parameter-expected.txt |
diff --git a/LayoutTests/http/tests/websocket/tests/hybi/permessage-deflate-invalid-parameter-expected.txt b/LayoutTests/http/tests/websocket/tests/hybi/permessage-deflate-invalid-parameter-expected.txt |
index d3d2c136d3756f69a89ebf46032ac1fa16b2e1ea..507c947559e5c10dc012d09b5fd16fc891dda72b 100644 |
--- a/LayoutTests/http/tests/websocket/tests/hybi/permessage-deflate-invalid-parameter-expected.txt |
+++ b/LayoutTests/http/tests/websocket/tests/hybi/permessage-deflate-invalid-parameter-expected.txt |
@@ -1,8 +1,8 @@ |
-CONSOLE MESSAGE: line 29: WebSocket connection to 'ws://localhost:8880/websocket/tests/hybi/permessage-deflate-invalid-parameter?x-foo' failed: Received an unexpected permessage-deflate extension parameter |
-CONSOLE MESSAGE: line 29: WebSocket connection to 'ws://localhost:8880/websocket/tests/hybi/permessage-deflate-invalid-parameter?c2s_max_window_bits=7' failed: Received invalid c2s_max_window_bits parameter |
-CONSOLE MESSAGE: line 29: WebSocket connection to 'ws://localhost:8880/websocket/tests/hybi/permessage-deflate-invalid-parameter?c2s_max_window_bits=16' failed: Received invalid c2s_max_window_bits parameter |
-CONSOLE MESSAGE: line 29: WebSocket connection to 'ws://localhost:8880/websocket/tests/hybi/permessage-deflate-invalid-parameter?c2s_no_context_takeover=foo' failed: Received invalid c2s_no_context_takeover parameter |
-CONSOLE MESSAGE: line 29: WebSocket connection to 'ws://localhost:8880/websocket/tests/hybi/permessage-deflate-invalid-parameter?c2s_max_window_bits=8;%20c2s_no_context_takeover;%20x-foo' failed: Received an unexpected permessage-deflate extension parameter |
+CONSOLE ERROR: line 29: WebSocket connection to 'ws://localhost:8880/websocket/tests/hybi/permessage-deflate-invalid-parameter?x-foo' failed: Received an unexpected permessage-deflate extension parameter |
+CONSOLE ERROR: line 29: WebSocket connection to 'ws://localhost:8880/websocket/tests/hybi/permessage-deflate-invalid-parameter?c2s_max_window_bits=7' failed: Received invalid c2s_max_window_bits parameter |
+CONSOLE ERROR: line 29: WebSocket connection to 'ws://localhost:8880/websocket/tests/hybi/permessage-deflate-invalid-parameter?c2s_max_window_bits=16' failed: Received invalid c2s_max_window_bits parameter |
+CONSOLE ERROR: line 29: WebSocket connection to 'ws://localhost:8880/websocket/tests/hybi/permessage-deflate-invalid-parameter?c2s_no_context_takeover=foo' failed: Received invalid c2s_no_context_takeover parameter |
+CONSOLE ERROR: line 29: WebSocket connection to 'ws://localhost:8880/websocket/tests/hybi/permessage-deflate-invalid-parameter?c2s_max_window_bits=8;%20c2s_no_context_takeover;%20x-foo' failed: Received an unexpected permessage-deflate extension parameter |
Test whether WebSocket rejects invalid permessage-deflate parameters. |
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |