| Index: third_party/WebKit/LayoutTests/http/tests/inspector/resource-har-conversion.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/resource-har-conversion.html b/third_party/WebKit/LayoutTests/http/tests/inspector/resource-har-conversion.html
|
| index 49c89ce0e38ca514520c778b4299161f24dd3f73..4160888906be8d8da84efdb12d2ece480c35664c 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/resource-har-conversion.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/resource-har-conversion.html
|
| @@ -41,7 +41,7 @@ var test = function()
|
| ]);
|
|
|
| request.responseHeaders = [
|
| - { name: "Set-Cookie", value: "x=y; Path=/path; Domain=example.com; Discard; httpOnly; Secure; Version=1\nx1=y1\nz2=y2" }
|
| + { name: "Set-Cookie", value: "x=y; Path=/path; Domain=example.com; Discard; httpOnly; Secure; Version=1\nx1=y1; SameSite=Strict\nz2=y2; SameSite=Lax" }
|
| ];
|
| }
|
|
|
|
|