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

Unified Diff: content/test/data/download/download-attribute-same-site-cookie.html.mock-http-headers

Issue 2561903002: [downloads] Set initiator when handling downloads via a[download] (Closed)
Patch Set: Fix compilation Created 4 years 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: content/test/data/download/download-attribute-same-site-cookie.html.mock-http-headers
diff --git a/content/test/data/download/download-attribute-same-site-cookie.html.mock-http-headers b/content/test/data/download/download-attribute-same-site-cookie.html.mock-http-headers
new file mode 100644
index 0000000000000000000000000000000000000000..e5131968dd6a6feb90dc05c0ddc801cea790335a
--- /dev/null
+++ b/content/test/data/download/download-attribute-same-site-cookie.html.mock-http-headers
@@ -0,0 +1,5 @@
+HTTP/1.1 200 OK
+Content-Type: text/html
+Set-Cookie: A=B ; SameSite=Strict ; Path=/ ; Max-Age=3600
+Set-Cookie: B=C ; Path=/ ; Max-Age=3600
+

Powered by Google App Engine
This is Rietveld 408576698