From 36d22d82aa202bb199967e9512281e9a53db42c9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 21:33:14 +0200 Subject: Adding upstream version 115.7.0esr. Signed-off-by: Daniel Baumann --- .../cookies/secure/set-from-dom.https.sub.html | 47 ++++++++++++++++++++++ .../tests/cookies/secure/set-from-dom.sub.html | 47 ++++++++++++++++++++++ .../cookies/secure/set-from-http.https.sub.html | 36 +++++++++++++++++ .../secure/set-from-http.https.sub.html.headers | 5 +++ .../tests/cookies/secure/set-from-http.sub.html | 36 +++++++++++++++++ .../cookies/secure/set-from-http.sub.html.headers | 5 +++ .../tests/cookies/secure/set-from-ws.sub.html | 45 +++++++++++++++++++++ .../cookies/secure/set-from-wss.https.sub.html | 44 ++++++++++++++++++++ 8 files changed, 265 insertions(+) create mode 100644 testing/web-platform/tests/cookies/secure/set-from-dom.https.sub.html create mode 100644 testing/web-platform/tests/cookies/secure/set-from-dom.sub.html create mode 100644 testing/web-platform/tests/cookies/secure/set-from-http.https.sub.html create mode 100644 testing/web-platform/tests/cookies/secure/set-from-http.https.sub.html.headers create mode 100644 testing/web-platform/tests/cookies/secure/set-from-http.sub.html create mode 100644 testing/web-platform/tests/cookies/secure/set-from-http.sub.html.headers create mode 100644 testing/web-platform/tests/cookies/secure/set-from-ws.sub.html create mode 100644 testing/web-platform/tests/cookies/secure/set-from-wss.https.sub.html (limited to 'testing/web-platform/tests/cookies/secure') diff --git a/testing/web-platform/tests/cookies/secure/set-from-dom.https.sub.html b/testing/web-platform/tests/cookies/secure/set-from-dom.https.sub.html new file mode 100644 index 0000000000..46997db18a --- /dev/null +++ b/testing/web-platform/tests/cookies/secure/set-from-dom.https.sub.html @@ -0,0 +1,47 @@ + + + + + Set 'secure' cookie from `document.cookie` on a secure page + + + + + + +
+ + + diff --git a/testing/web-platform/tests/cookies/secure/set-from-dom.sub.html b/testing/web-platform/tests/cookies/secure/set-from-dom.sub.html new file mode 100644 index 0000000000..91aa8fff3b --- /dev/null +++ b/testing/web-platform/tests/cookies/secure/set-from-dom.sub.html @@ -0,0 +1,47 @@ + + + + + Set 'secure' cookie from `document.cookie` on a non-secure page + + + + + + +
+ + + + diff --git a/testing/web-platform/tests/cookies/secure/set-from-http.https.sub.html b/testing/web-platform/tests/cookies/secure/set-from-http.https.sub.html new file mode 100644 index 0000000000..6024c5b7f6 --- /dev/null +++ b/testing/web-platform/tests/cookies/secure/set-from-http.https.sub.html @@ -0,0 +1,36 @@ + + + + + Set 'secure' cookie from `Set-Cookie` HTTP header on a secure page + + + + + + +
+ + + + diff --git a/testing/web-platform/tests/cookies/secure/set-from-http.https.sub.html.headers b/testing/web-platform/tests/cookies/secure/set-from-http.https.sub.html.headers new file mode 100644 index 0000000000..f4c9147fac --- /dev/null +++ b/testing/web-platform/tests/cookies/secure/set-from-http.https.sub.html.headers @@ -0,0 +1,5 @@ +Expires: Mon, 26 Jul 1997 05:00:00 GMT +Cache-Control: no-store, no-cache, must-revalidate +Cache-Control: post-check=0, pre-check=0, false +Pragma: no-cache +Set-Cookie: secure_from_secure_http=1; Secure; Path=/ diff --git a/testing/web-platform/tests/cookies/secure/set-from-http.sub.html b/testing/web-platform/tests/cookies/secure/set-from-http.sub.html new file mode 100644 index 0000000000..c80cc34101 --- /dev/null +++ b/testing/web-platform/tests/cookies/secure/set-from-http.sub.html @@ -0,0 +1,36 @@ + + + + + Set 'secure' cookie from `Set-Cookie` HTTP header on a non-secure page + + + + + + +
+ + + + diff --git a/testing/web-platform/tests/cookies/secure/set-from-http.sub.html.headers b/testing/web-platform/tests/cookies/secure/set-from-http.sub.html.headers new file mode 100644 index 0000000000..57a45167f0 --- /dev/null +++ b/testing/web-platform/tests/cookies/secure/set-from-http.sub.html.headers @@ -0,0 +1,5 @@ +Expires: Mon, 26 Jul 1997 05:00:00 GMT +Cache-Control: no-store, no-cache, must-revalidate +Cache-Control: post-check=0, pre-check=0, false +Pragma: no-cache +Set-Cookie: secure_from_nonsecure_http=1; Secure; Path=/ diff --git a/testing/web-platform/tests/cookies/secure/set-from-ws.sub.html b/testing/web-platform/tests/cookies/secure/set-from-ws.sub.html new file mode 100644 index 0000000000..b12504450e --- /dev/null +++ b/testing/web-platform/tests/cookies/secure/set-from-ws.sub.html @@ -0,0 +1,45 @@ + + + + + Set 'secure' cookie from `Set-Cookie` HTTP header on a non-secure WebSocket + + + + + + +
+ + + diff --git a/testing/web-platform/tests/cookies/secure/set-from-wss.https.sub.html b/testing/web-platform/tests/cookies/secure/set-from-wss.https.sub.html new file mode 100644 index 0000000000..c5e8b385d0 --- /dev/null +++ b/testing/web-platform/tests/cookies/secure/set-from-wss.https.sub.html @@ -0,0 +1,44 @@ + + + + + Set 'secure' cookie from `Set-Cookie` HTTP header on a secure WebSocket + + + + + + +
+ + + -- cgit v1.2.3