Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/inspector/cookie-resource-match.html |
| diff --git a/third_party/WebKit/LayoutTests/inspector/cookie-resource-match.html b/third_party/WebKit/LayoutTests/inspector/cookie-resource-match.html |
| index 63ca10d7a1abda1612feff819ecefb11399c6d7c..f71109f3fc35b3b3903f45e10c259edbaedd4cd5 100644 |
| --- a/third_party/WebKit/LayoutTests/inspector/cookie-resource-match.html |
| +++ b/third_party/WebKit/LayoutTests/inspector/cookie-resource-match.html |
| @@ -73,7 +73,7 @@ function test() { |
| size: name.length + value.length, |
| httpOnly: false, |
| secure: secure, |
| - sameSite: false, |
| + sameSite: "", |
|
pfeldman
2016/04/01 22:04:09
And you would not need this
Mike West
2016/04/05 08:07:08
Done.
|
| session: true |
| }; |
| return WebInspector.Cookies._parseProtocolCookie(WebInspector.targetManager.mainTarget(), protocolCookie); |