diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:47:29 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:47:29 +0000 |
commit | 0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d (patch) | |
tree | a31f07c9bcca9d56ce61e9a1ffd30ef350d513aa /testing/web-platform/meta/fetch/api/policies | |
parent | Initial commit. (diff) | |
download | firefox-esr-0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d.tar.xz firefox-esr-0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d.zip |
Adding upstream version 115.8.0esr.upstream/115.8.0esr
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/fetch/api/policies')
12 files changed, 36 insertions, 0 deletions
diff --git a/testing/web-platform/meta/fetch/api/policies/__dir__.ini b/testing/web-platform/meta/fetch/api/policies/__dir__.ini new file mode 100644 index 0000000000..a8a688f00a --- /dev/null +++ b/testing/web-platform/meta/fetch/api/policies/__dir__.ini @@ -0,0 +1 @@ +lsan-allowed: [Alloc, Create, Malloc, Then, mozilla::BasePrincipal::CreateContentPrincipal, mozilla::SupportsThreadSafeWeakPtr, mozilla::dom::DocGroup::Create, mozilla::dom::ServiceWorkerJobQueue::RunJob, mozilla::dom::ServiceWorkerManager::Unregister, mozilla::dom::ServiceWorkerRegistrationMainThread::Unregister, mozilla::dom::UnregisterCallback::UnregisterCallback, mozilla::ipc::BackgroundChildImpl::AllocPRemoteWorkerChild, mozilla::net::nsStandardURL::TemplatedMutator, operator] diff --git a/testing/web-platform/meta/fetch/api/policies/referrer-no-referrer-worker.html.ini b/testing/web-platform/meta/fetch/api/policies/referrer-no-referrer-worker.html.ini new file mode 100644 index 0000000000..224303accb --- /dev/null +++ b/testing/web-platform/meta/fetch/api/policies/referrer-no-referrer-worker.html.ini @@ -0,0 +1,3 @@ +[referrer-no-referrer-worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/fetch/api/policies/referrer-no-referrer.html.ini b/testing/web-platform/meta/fetch/api/policies/referrer-no-referrer.html.ini new file mode 100644 index 0000000000..cf11fc4ec5 --- /dev/null +++ b/testing/web-platform/meta/fetch/api/policies/referrer-no-referrer.html.ini @@ -0,0 +1,3 @@ +[referrer-no-referrer.html] + expected: + if (os == "android") and fission: [TIMEOUT, OK] diff --git a/testing/web-platform/meta/fetch/api/policies/referrer-origin-service-worker.https.html.ini b/testing/web-platform/meta/fetch/api/policies/referrer-origin-service-worker.https.html.ini new file mode 100644 index 0000000000..1248c13c09 --- /dev/null +++ b/testing/web-platform/meta/fetch/api/policies/referrer-origin-service-worker.https.html.ini @@ -0,0 +1,3 @@ +[referrer-origin-service-worker.https.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/fetch/api/policies/referrer-origin-when-cross-origin-service-worker.https.html.ini b/testing/web-platform/meta/fetch/api/policies/referrer-origin-when-cross-origin-service-worker.https.html.ini new file mode 100644 index 0000000000..20cdaf64c2 --- /dev/null +++ b/testing/web-platform/meta/fetch/api/policies/referrer-origin-when-cross-origin-service-worker.https.html.ini @@ -0,0 +1,5 @@ +[referrer-origin-when-cross-origin-service-worker.https.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Request's referrer is origin] + expected: FAIL diff --git a/testing/web-platform/meta/fetch/api/policies/referrer-origin-when-cross-origin-worker.html.ini b/testing/web-platform/meta/fetch/api/policies/referrer-origin-when-cross-origin-worker.html.ini new file mode 100644 index 0000000000..7ce931fabc --- /dev/null +++ b/testing/web-platform/meta/fetch/api/policies/referrer-origin-when-cross-origin-worker.html.ini @@ -0,0 +1,3 @@ +[referrer-origin-when-cross-origin-worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/fetch/api/policies/referrer-origin-when-cross-origin.html.ini b/testing/web-platform/meta/fetch/api/policies/referrer-origin-when-cross-origin.html.ini new file mode 100644 index 0000000000..3b6b69f9c9 --- /dev/null +++ b/testing/web-platform/meta/fetch/api/policies/referrer-origin-when-cross-origin.html.ini @@ -0,0 +1,3 @@ +[referrer-origin-when-cross-origin.html] + expected: + if (os == "android") and fission: [TIMEOUT, OK] diff --git a/testing/web-platform/meta/fetch/api/policies/referrer-origin-worker.html.ini b/testing/web-platform/meta/fetch/api/policies/referrer-origin-worker.html.ini new file mode 100644 index 0000000000..d29615ea5a --- /dev/null +++ b/testing/web-platform/meta/fetch/api/policies/referrer-origin-worker.html.ini @@ -0,0 +1,3 @@ +[referrer-origin-worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/fetch/api/policies/referrer-origin.html.ini b/testing/web-platform/meta/fetch/api/policies/referrer-origin.html.ini new file mode 100644 index 0000000000..1f2fa411a0 --- /dev/null +++ b/testing/web-platform/meta/fetch/api/policies/referrer-origin.html.ini @@ -0,0 +1,3 @@ +[referrer-origin.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/fetch/api/policies/referrer-unsafe-url-service-worker.https.html.ini b/testing/web-platform/meta/fetch/api/policies/referrer-unsafe-url-service-worker.https.html.ini new file mode 100644 index 0000000000..cefc39acef --- /dev/null +++ b/testing/web-platform/meta/fetch/api/policies/referrer-unsafe-url-service-worker.https.html.ini @@ -0,0 +1,3 @@ +[referrer-unsafe-url-service-worker.https.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/fetch/api/policies/referrer-unsafe-url-worker.html.ini b/testing/web-platform/meta/fetch/api/policies/referrer-unsafe-url-worker.html.ini new file mode 100644 index 0000000000..569f92afab --- /dev/null +++ b/testing/web-platform/meta/fetch/api/policies/referrer-unsafe-url-worker.html.ini @@ -0,0 +1,3 @@ +[referrer-unsafe-url-worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/fetch/api/policies/referrer-unsafe-url.html.ini b/testing/web-platform/meta/fetch/api/policies/referrer-unsafe-url.html.ini new file mode 100644 index 0000000000..2381a3bde0 --- /dev/null +++ b/testing/web-platform/meta/fetch/api/policies/referrer-unsafe-url.html.ini @@ -0,0 +1,3 @@ +[referrer-unsafe-url.html] + expected: + if (os == "android") and fission: [TIMEOUT, OK] |