summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/clear-site-data
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 00:47:55 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 00:47:55 +0000
commit26a029d407be480d791972afb5975cf62c9360a6 (patch)
treef435a8308119effd964b339f76abb83a57c29483 /testing/web-platform/meta/clear-site-data
parentInitial commit. (diff)
downloadfirefox-26a029d407be480d791972afb5975cf62c9360a6.tar.xz
firefox-26a029d407be480d791972afb5975cf62c9360a6.zip
Adding upstream version 124.0.1.upstream/124.0.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/clear-site-data')
-rw-r--r--testing/web-platform/meta/clear-site-data/executionContexts.sub.html.ini2
-rw-r--r--testing/web-platform/meta/clear-site-data/navigation-insecure.html.ini23
-rw-r--r--testing/web-platform/meta/clear-site-data/navigation.https.html.ini15
-rw-r--r--testing/web-platform/meta/clear-site-data/resource.html.ini23
-rw-r--r--testing/web-platform/meta/clear-site-data/set-cookie-after-clear-all.https.html.ini3
-rw-r--r--testing/web-platform/meta/clear-site-data/set-cookie-after-clear-cookies.https.html.ini3
-rw-r--r--testing/web-platform/meta/clear-site-data/set-cookie-before-clear-all.https.html.ini3
-rw-r--r--testing/web-platform/meta/clear-site-data/set-cookie-before-clear-cookies.https.html.ini3
-rw-r--r--testing/web-platform/meta/clear-site-data/storage.https.html.ini2
9 files changed, 77 insertions, 0 deletions
diff --git a/testing/web-platform/meta/clear-site-data/executionContexts.sub.html.ini b/testing/web-platform/meta/clear-site-data/executionContexts.sub.html.ini
new file mode 100644
index 0000000000..4ceea792fb
--- /dev/null
+++ b/testing/web-platform/meta/clear-site-data/executionContexts.sub.html.ini
@@ -0,0 +1,2 @@
+[executionContexts.sub.html]
+ disabled: https://bugzilla.mozilla.org/show_bug.cgi?id=1635189
diff --git a/testing/web-platform/meta/clear-site-data/navigation-insecure.html.ini b/testing/web-platform/meta/clear-site-data/navigation-insecure.html.ini
new file mode 100644
index 0000000000..65fe559734
--- /dev/null
+++ b/testing/web-platform/meta/clear-site-data/navigation-insecure.html.ini
@@ -0,0 +1,23 @@
+[navigation-insecure.html]
+ expected:
+ if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT]
+ if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT]
+ [Do not clear datatypes on insecure navigation (header: )]
+ expected:
+ if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT]
+ if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
+
+ [Do not clear datatypes on insecure navigation (header: cookies)]
+ expected:
+ if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN]
+ if (os == "win") and not debug and (processor == "x86"): [PASS, NOTRUN]
+
+ [Do not clear datatypes on insecure navigation (header: storage)]
+ expected:
+ if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN]
+ if (os == "win") and not debug and (processor == "x86"): [PASS, NOTRUN]
+
+ [Do not clear datatypes on insecure navigation (header: cookies, storage)]
+ expected:
+ if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN]
+ if (os == "win") and not debug and (processor == "x86"): [PASS, NOTRUN]
diff --git a/testing/web-platform/meta/clear-site-data/navigation.https.html.ini b/testing/web-platform/meta/clear-site-data/navigation.https.html.ini
new file mode 100644
index 0000000000..269f4cd4cf
--- /dev/null
+++ b/testing/web-platform/meta/clear-site-data/navigation.https.html.ini
@@ -0,0 +1,15 @@
+[navigation.https.html]
+ expected:
+ if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT]
+ if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT]
+ if (os == "win") and debug: [OK, TIMEOUT]
+ [Clear datatypes on navigation: cookies, storage]
+ expected:
+ if (os == "win") and not debug and (processor == "x86"): [PASS, NOTRUN, TIMEOUT]
+ if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN]
+ if (os == "win") and debug: [PASS, TIMEOUT]
+
+ [Clear datatypes on navigation: storage]
+ expected:
+ if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT]
+ if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
diff --git a/testing/web-platform/meta/clear-site-data/resource.html.ini b/testing/web-platform/meta/clear-site-data/resource.html.ini
new file mode 100644
index 0000000000..d9497831fb
--- /dev/null
+++ b/testing/web-platform/meta/clear-site-data/resource.html.ini
@@ -0,0 +1,23 @@
+[resource.html]
+ expected:
+ if (os == "win") and not debug: [OK, TIMEOUT]
+ if (os == "mac") and not debug: [OK, TIMEOUT]
+ [https resource on a https page]
+ expected:
+ if (os == "win") and not debug: [PASS, TIMEOUT]
+
+ [https resource on a http page]
+ expected:
+ if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN]
+ if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT, NOTRUN]
+ if (os == "mac") and not debug: [PASS, TIMEOUT]
+
+ [http resource on a https page]
+ expected:
+ if (os == "mac") and not debug: [PASS, NOTRUN]
+ if (os == "win") and not debug: [PASS, NOTRUN]
+
+ [http resource on a http page]
+ expected:
+ if (os == "win") and not debug: [PASS, NOTRUN]
+ if (os == "mac") and not debug: [PASS, NOTRUN]
diff --git a/testing/web-platform/meta/clear-site-data/set-cookie-after-clear-all.https.html.ini b/testing/web-platform/meta/clear-site-data/set-cookie-after-clear-all.https.html.ini
new file mode 100644
index 0000000000..b4639fade4
--- /dev/null
+++ b/testing/web-platform/meta/clear-site-data/set-cookie-after-clear-all.https.html.ini
@@ -0,0 +1,3 @@
+[set-cookie-after-clear-all.https.html]
+ [Setting a cookie after Clear-Site-Data for all shouldn't allow the cookie to take.]
+ expected: FAIL
diff --git a/testing/web-platform/meta/clear-site-data/set-cookie-after-clear-cookies.https.html.ini b/testing/web-platform/meta/clear-site-data/set-cookie-after-clear-cookies.https.html.ini
new file mode 100644
index 0000000000..a02838e541
--- /dev/null
+++ b/testing/web-platform/meta/clear-site-data/set-cookie-after-clear-cookies.https.html.ini
@@ -0,0 +1,3 @@
+[set-cookie-after-clear-cookies.https.html]
+ [Setting a cookie after Clear-Site-Data for cookies shouldn't allow the cookie to take.]
+ expected: FAIL
diff --git a/testing/web-platform/meta/clear-site-data/set-cookie-before-clear-all.https.html.ini b/testing/web-platform/meta/clear-site-data/set-cookie-before-clear-all.https.html.ini
new file mode 100644
index 0000000000..4a664f5f3d
--- /dev/null
+++ b/testing/web-platform/meta/clear-site-data/set-cookie-before-clear-all.https.html.ini
@@ -0,0 +1,3 @@
+[set-cookie-before-clear-all.https.html]
+ [Setting a cookie before Clear-Site-Data for all shouldn't allow the cookie to take.]
+ expected: FAIL
diff --git a/testing/web-platform/meta/clear-site-data/set-cookie-before-clear-cookies.https.html.ini b/testing/web-platform/meta/clear-site-data/set-cookie-before-clear-cookies.https.html.ini
new file mode 100644
index 0000000000..1273cdaf32
--- /dev/null
+++ b/testing/web-platform/meta/clear-site-data/set-cookie-before-clear-cookies.https.html.ini
@@ -0,0 +1,3 @@
+[set-cookie-before-clear-cookies.https.html]
+ [Setting a cookie before Clear-Site-Data for cookies shouldn't allow the cookie to take.]
+ expected: FAIL
diff --git a/testing/web-platform/meta/clear-site-data/storage.https.html.ini b/testing/web-platform/meta/clear-site-data/storage.https.html.ini
new file mode 100644
index 0000000000..e9373e7517
--- /dev/null
+++ b/testing/web-platform/meta/clear-site-data/storage.https.html.ini
@@ -0,0 +1,2 @@
+[storage.https.html]
+ disabled: https://bugzilla.mozilla.org/show_bug.cgi?id=1456995