From 26a029d407be480d791972afb5975cf62c9360a6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 02:47:55 +0200 Subject: Adding upstream version 124.0.1. Signed-off-by: Daniel Baumann --- .../clear-site-data/executionContexts.sub.html.ini | 2 ++ .../clear-site-data/navigation-insecure.html.ini | 23 ++++++++++++++++++++++ .../meta/clear-site-data/navigation.https.html.ini | 15 ++++++++++++++ .../meta/clear-site-data/resource.html.ini | 23 ++++++++++++++++++++++ .../set-cookie-after-clear-all.https.html.ini | 3 +++ .../set-cookie-after-clear-cookies.https.html.ini | 3 +++ .../set-cookie-before-clear-all.https.html.ini | 3 +++ .../set-cookie-before-clear-cookies.https.html.ini | 3 +++ .../meta/clear-site-data/storage.https.html.ini | 2 ++ 9 files changed, 77 insertions(+) create mode 100644 testing/web-platform/meta/clear-site-data/executionContexts.sub.html.ini create mode 100644 testing/web-platform/meta/clear-site-data/navigation-insecure.html.ini create mode 100644 testing/web-platform/meta/clear-site-data/navigation.https.html.ini create mode 100644 testing/web-platform/meta/clear-site-data/resource.html.ini create mode 100644 testing/web-platform/meta/clear-site-data/set-cookie-after-clear-all.https.html.ini create mode 100644 testing/web-platform/meta/clear-site-data/set-cookie-after-clear-cookies.https.html.ini create mode 100644 testing/web-platform/meta/clear-site-data/set-cookie-before-clear-all.https.html.ini create mode 100644 testing/web-platform/meta/clear-site-data/set-cookie-before-clear-cookies.https.html.ini create mode 100644 testing/web-platform/meta/clear-site-data/storage.https.html.ini (limited to 'testing/web-platform/meta/clear-site-data') 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 -- cgit v1.2.3