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 --- .../api/redirect/redirect-referrer.https.html.ini | 3 +++ .../fetchpriority/fetchpriority-disabled.h2.html.ini | 3 +++ .../fetch/fetchpriority/fetchpriority.h2.html.ini | 20 ++++++++++++++++++++ .../web-platform/mozilla/meta/fetch/orb/__dir__.ini | 3 +++ 4 files changed, 29 insertions(+) create mode 100644 testing/web-platform/mozilla/meta/fetch/api/redirect/redirect-referrer.https.html.ini create mode 100644 testing/web-platform/mozilla/meta/fetch/fetchpriority/fetchpriority-disabled.h2.html.ini create mode 100644 testing/web-platform/mozilla/meta/fetch/fetchpriority/fetchpriority.h2.html.ini create mode 100644 testing/web-platform/mozilla/meta/fetch/orb/__dir__.ini (limited to 'testing/web-platform/mozilla/meta/fetch') 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,; rel=preload; as=image; fetchpriority=low,True)|header(Link,; rel=preload; as=image; fetchpriority=high,True)|header(Link,; rel=preload; as=image; fetchpriority=auto,True)|header(Link,; 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] -- cgit v1.2.3