From 43a97878ce14b72f0981164f87f2e35e14151312 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 11:22:09 +0200 Subject: Adding upstream version 110.0.1. Signed-off-by: Daniel Baumann --- .../meta/fetch/api/request/destination/__dir__.ini | 1 + .../fetch-destination-no-load-event.https.html.ini | 3 +++ .../destination/fetch-destination-prefetch.https.html.ini | 2 ++ .../destination/fetch-destination-worker.https.html.ini | 3 +++ .../api/request/destination/fetch-destination.https.html.ini | 11 +++++++++++ 5 files changed, 20 insertions(+) create mode 100644 testing/web-platform/meta/fetch/api/request/destination/__dir__.ini create mode 100644 testing/web-platform/meta/fetch/api/request/destination/fetch-destination-no-load-event.https.html.ini create mode 100644 testing/web-platform/meta/fetch/api/request/destination/fetch-destination-prefetch.https.html.ini create mode 100644 testing/web-platform/meta/fetch/api/request/destination/fetch-destination-worker.https.html.ini create mode 100644 testing/web-platform/meta/fetch/api/request/destination/fetch-destination.https.html.ini (limited to 'testing/web-platform/meta/fetch/api/request/destination') diff --git a/testing/web-platform/meta/fetch/api/request/destination/__dir__.ini b/testing/web-platform/meta/fetch/api/request/destination/__dir__.ini new file mode 100644 index 0000000000..e80e37198d --- /dev/null +++ b/testing/web-platform/meta/fetch/api/request/destination/__dir__.ini @@ -0,0 +1 @@ +lsan-allowed: [Create, Then, mozilla::BasePrincipal::CreateContentPrincipal, mozilla::dom::DocGroup::Create, mozilla::dom::ServiceWorkerJobQueue::RunJob, mozilla::dom::ServiceWorkerManager::Unregister, mozilla::dom::ServiceWorkerRegistrationMainThread::Unregister, mozilla::dom::UnregisterCallback::UnregisterCallback, operator] diff --git a/testing/web-platform/meta/fetch/api/request/destination/fetch-destination-no-load-event.https.html.ini b/testing/web-platform/meta/fetch/api/request/destination/fetch-destination-no-load-event.https.html.ini new file mode 100644 index 0000000000..4fd8403946 --- /dev/null +++ b/testing/web-platform/meta/fetch/api/request/destination/fetch-destination-no-load-event.https.html.ini @@ -0,0 +1,3 @@ +[fetch-destination-no-load-event.https.html] + disabled: + if verify: fails in verify mode diff --git a/testing/web-platform/meta/fetch/api/request/destination/fetch-destination-prefetch.https.html.ini b/testing/web-platform/meta/fetch/api/request/destination/fetch-destination-prefetch.https.html.ini new file mode 100644 index 0000000000..4b001d611b --- /dev/null +++ b/testing/web-platform/meta/fetch/api/request/destination/fetch-destination-prefetch.https.html.ini @@ -0,0 +1,2 @@ +[fetch-destination-prefetch.https.html] + disabled: https://bugzilla.mozilla.org/show_bug.cgi?id=1500089 diff --git a/testing/web-platform/meta/fetch/api/request/destination/fetch-destination-worker.https.html.ini b/testing/web-platform/meta/fetch/api/request/destination/fetch-destination-worker.https.html.ini new file mode 100644 index 0000000000..a62e0ef89a --- /dev/null +++ b/testing/web-platform/meta/fetch/api/request/destination/fetch-destination-worker.https.html.ini @@ -0,0 +1,3 @@ +[fetch-destination-worker.https.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/fetch/api/request/destination/fetch-destination.https.html.ini b/testing/web-platform/meta/fetch/api/request/destination/fetch-destination.https.html.ini new file mode 100644 index 0000000000..2f220240f8 --- /dev/null +++ b/testing/web-platform/meta/fetch/api/request/destination/fetch-destination.https.html.ini @@ -0,0 +1,11 @@ +[fetch-destination.https.html] + prefs: [dom.audioworklet.enabled:true, dom.worklet.enabled:true] + [HTMLLinkElement with rel=preload and as=audio fetches with a "audio" Request.destination] + expected: FAIL + + [HTMLLinkElement with rel=preload and as=video fetches with a "video" Request.destination] + expected: FAIL + + [HTMLLinkElement with rel=preload and as=track fetches with a "track" Request.destination] + expected: FAIL + -- cgit v1.2.3