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 |
+ |