| OLD | NEW |
| 1 Test send cookies to a WebSocket handshake which is set by another WebSocket han
dshake. | 1 Test send cookies to a WebSocket handshake which is set by another WebSocket han
dshake. |
| 2 | 2 |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 4 | 4 |
| 5 A WebSocket connection to ws://127.0.0.1:8880/set-cookie is opened. | 5 A WebSocket connection to ws://127.0.0.1:8880/set-cookie is opened. |
| 6 A WebSocket connection to ws://127.0.0.1:8880/set-cookie is closed. | 6 A WebSocket connection to ws://127.0.0.1:8880/set-cookie is closed. |
| 7 A WebSocket connection to ws://127.0.0.1:8880/echo-cookie is opened. | 7 A WebSocket connection to ws://127.0.0.1:8880/echo-cookie is opened. |
| 8 A WebSocket connection to ws://127.0.0.1:8880/echo-cookie is closed. | 8 A WebSocket connection to ws://127.0.0.1:8880/echo-cookie is closed. |
| 9 PASS cookie is "WK-WebSocket-test-domain-pass=1; WK-WebSocket-test-path-pass=1;
WK-WebSocket-test=1" | 9 PASS cookie is "WK-WebSocket-test-domain-pass=1; WK-WebSocket-test-path-pass=1;
WK-WebSocket-test=1" |
| 10 PASS successfullyParsed is true | 10 PASS successfullyParsed is true |
| 11 | 11 |
| 12 TEST COMPLETE | 12 TEST COMPLETE |
| 13 | 13 |
| OLD | NEW |