summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/mozilla/meta/fetch
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/mozilla/meta/fetch
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/mozilla/meta/fetch')
-rw-r--r--testing/web-platform/mozilla/meta/fetch/api/redirect/redirect-referrer.https.html.ini3
-rw-r--r--testing/web-platform/mozilla/meta/fetch/fetchpriority/fetchpriority-disabled.h2.html.ini3
-rw-r--r--testing/web-platform/mozilla/meta/fetch/fetchpriority/fetchpriority.h2.html.ini20
-rw-r--r--testing/web-platform/mozilla/meta/fetch/orb/__dir__.ini3
4 files changed, 29 insertions, 0 deletions
diff --git a/testing/web-platform/mozilla/meta/fetch/api/redirect/redirect-referrer.https.html.ini b/testing/web-platform/mozilla/meta/fetch/api/redirect/redirect-referrer.https.html.ini
new file mode 100644
index 0000000000..e934862b92
--- /dev/null
+++ b/testing/web-platform/mozilla/meta/fetch/api/redirect/redirect-referrer.https.html.ini
@@ -0,0 +1,3 @@
+[redirect-referrer.https.html]
+ type: testharness
+ prefs: [security.mixed_content.block_active_content:false, security.mixed_content.block_display_content:false]
diff --git a/testing/web-platform/mozilla/meta/fetch/fetchpriority/fetchpriority-disabled.h2.html.ini b/testing/web-platform/mozilla/meta/fetch/fetchpriority/fetchpriority-disabled.h2.html.ini
new file mode 100644
index 0000000000..1785bb50f7
--- /dev/null
+++ b/testing/web-platform/mozilla/meta/fetch/fetchpriority/fetchpriority-disabled.h2.html.ini
@@ -0,0 +1,3 @@
+[fetchpriority-disabled.h2.html]
+ lsan-allowed: [mozilla::net::AddStaticElement, InitializeStaticHeaders, mozilla::net::nvFIFO::nvFIFO, mozilla::net::Http2BaseCompressor::Http2BaseCompressor] # https://bugzilla.mozilla.org/show_bug.cgi?id=1759310
+ prefs: [network.fetchpriority.enabled:false]
diff --git a/testing/web-platform/mozilla/meta/fetch/fetchpriority/fetchpriority.h2.html.ini b/testing/web-platform/mozilla/meta/fetch/fetchpriority/fetchpriority.h2.html.ini
new file mode 100644
index 0000000000..62ea50f944
--- /dev/null
+++ b/testing/web-platform/mozilla/meta/fetch/fetchpriority/fetchpriority.h2.html.ini
@@ -0,0 +1,20 @@
+[fetchpriority.h2.html]
+ lsan-allowed: [mozilla::net::AddStaticElement, InitializeStaticHeaders, mozilla::net::nvFIFO::nvFIFO, mozilla::net::Http2BaseCompressor::Http2BaseCompressor] # https://bugzilla.mozilla.org/show_bug.cgi?id=1759310
+ prefs: [network.fetchpriority.enabled:true]
+ [link-initial-preload-image.h2.html: test different 'fetchpriority' values]
+ expected: FAIL
+
+ [link-dynamic-preload-image.h2.html: test different 'fetchpriority' values]
+ expected: FAIL
+
+ [link-header.h2.html?pipe=|header(Link,<dummy.image?1>; rel=preload; as=image; fetchpriority=low,True)|header(Link,<dummy.image?2>; rel=preload; as=image; fetchpriority=high,True)|header(Link,<dummy.image?3>; rel=preload; as=image; fetchpriority=auto,True)|header(Link,<dummy.image?4>; rel=preload; as=image,True): test different 'fetchpriority' values]
+ expected: FAIL
+
+ [image-dynamic-load.h2.html: test different 'fetchpriority' values]
+ expected: FAIL
+
+ [fetch-init.h2.html: test different 'fetchpriority' values]
+ expected: FAIL
+
+ [image-initial-load.h2.html: test different 'fetchpriority' values]
+ expected: FAIL
diff --git a/testing/web-platform/mozilla/meta/fetch/orb/__dir__.ini b/testing/web-platform/mozilla/meta/fetch/orb/__dir__.ini
new file mode 100644
index 0000000000..48c6803103
--- /dev/null
+++ b/testing/web-platform/mozilla/meta/fetch/orb/__dir__.ini
@@ -0,0 +1,3 @@
+prefs: [browser.opaqueResponseBlocking:true,
+ browser.opaqueResponseBlocking.javascriptValidator:true,
+ browser.opaqueResponseBlocking.filterFetchResponse:2]