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

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

Issue 1019253002: Support 'First-Party-Only' cookies in devtools. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 9 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: LayoutTests/inspector/cookie-resource-match.html
diff --git a/LayoutTests/inspector/cookie-resource-match.html b/LayoutTests/inspector/cookie-resource-match.html
index 4b9036d3cb0a8def3d8fa593d37e646335e8c692..96e0f8df0e07e73e833bec61755eec99392ad8cb 100644
--- a/LayoutTests/inspector/cookie-resource-match.html
+++ b/LayoutTests/inspector/cookie-resource-match.html
@@ -73,6 +73,7 @@ function test() {
size: name.length + value.length,
httpOnly: false,
secure: secure,
+ firstPartyOnly: false,
session: true
};
return WebInspector.Cookies._parseProtocolCookie(WebInspector.targetManager.mainTarget(), protocolCookie);
« no previous file with comments | « LayoutTests/inspector/cookie-parser-expected.txt ('k') | Source/devtools/front_end/components_lazy/CookiesTable.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698