| Index: third_party/WebKit/LayoutTests/http/tests/websocket/workers/resources/cookie-ws-to-ws.js
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/websocket/workers/resources/cookie-ws-to-ws.js b/third_party/WebKit/LayoutTests/http/tests/websocket/workers/resources/cookie-ws-to-ws.js
|
| index a38e2c1712af01e511868114bfb82c44e6fe2900..4b2d5dcf18fa1cdbfe583ad3a5996d64dc9e8fc6 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/websocket/workers/resources/cookie-ws-to-ws.js
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/websocket/workers/resources/cookie-ws-to-ws.js
|
| @@ -48,8 +48,8 @@ function runTests()
|
| .then(echoCookie)
|
| .then(
|
| function (cookie) {
|
| - if (cookie != 'WK-WebSocket-test-domain-pass=1; WK-WebSocket-test-path-pass=1; WK-WebSocket-test=1')
|
| - return Promise.reject('Echoed cookie is incorrect');
|
| + if (cookie != 'WK-WebSocket-test-domain-pass=1; WK-WebSocket-test-path-pass=1; WK-WebSocket-test=1; same-site-strict=1; same-site-lax=1')
|
| + return Promise.reject('Echoed cookie is incorrect: ' + cookie);
|
|
|
| postMessage("DONE");
|
| }
|
|
|