| OLD | NEW |
| 1 Test How WebSocket handles cookies with cookie-av's. | 1 Test How WebSocket handles cookies with cookie-av's. |
| 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 PASS cookie is "WK-websocket-test-domain=1; WK-websocket-test-path=1" | 5 PASS cookie is "WK-websocket-test-domain=1; WK-websocket-test-path=1" |
| 6 A WebSocket connection to ws://127.0.0.1:8880/echo-cookie is opened. | 6 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 closed. | 7 A WebSocket connection to ws://127.0.0.1:8880/echo-cookie is closed. |
| 8 PASS cookie is "WK-websocket-test-domain=1" | 8 PASS cookie is "WK-websocket-test-domain=1" |
| 9 PASS successfullyParsed is true | 9 PASS successfullyParsed is true |
| 10 | 10 |
| 11 TEST COMPLETE | 11 TEST COMPLETE |
| 12 | 12 |
| OLD | NEW |