summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/clear-site-data
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 19:33:14 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 19:33:14 +0000
commit36d22d82aa202bb199967e9512281e9a53db42c9 (patch)
tree105e8c98ddea1c1e4784a60a5a6410fa416be2de /testing/web-platform/meta/clear-site-data
parentInitial commit. (diff)
downloadfirefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.tar.xz
firefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.zip
Adding upstream version 115.7.0esr.upstream/115.7.0esr
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/storage.https.html.ini2
5 files changed, 65 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/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