Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(56)

Unified Diff: third_party/WebKit/LayoutTests/inspector/cookie-resource-match.html

Issue 1615773005: Rename first-party-only cookies to same-site cookies. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Tests. Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 96e0f8df0e07e73e833bec61755eec99392ad8cb..63ca10d7a1abda1612feff819ecefb11399c6d7c 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,
- firstPartyOnly: false,
+ sameSite: false,
session: true
};
return WebInspector.Cookies._parseProtocolCookie(WebInspector.targetManager.mainTarget(), protocolCookie);

Powered by Google App Engine
This is Rietveld 408576698