| 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 1039663ad4aa96de5ddd098398ece887b8e8baa6..050eac8ba8d08ae666dacf3ea09253c224cdffb6 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 != 'ws-domain-local-ip=1; ws-path-root=1; ws=1')
|
| - return Promise.reject('Echoed cookie is incorrect');
|
| + if (cookie != 'ws-domain-local-ip=1; ws-path-root=1; ws=1; same-site-strict=1; same-site-lax=1')
|
| + return Promise.reject('Echoed cookie is incorrect: ' + cookie);
|
|
|
| postMessage("DONE");
|
| }
|
|
|