diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 05:43:14 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 05:43:14 +0000 |
commit | 8dd16259287f58f9273002717ec4d27e97127719 (patch) | |
tree | 3863e62a53829a84037444beab3abd4ed9dfc7d0 /testing/web-platform/meta/fetch/http-cache | |
parent | Releasing progress-linux version 126.0.1-1~progress7.99u1. (diff) | |
download | firefox-8dd16259287f58f9273002717ec4d27e97127719.tar.xz firefox-8dd16259287f58f9273002717ec4d27e97127719.zip |
Merging upstream version 127.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/fetch/http-cache')
-rw-r--r-- | testing/web-platform/meta/fetch/http-cache/cache-mode.any.js.ini | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/testing/web-platform/meta/fetch/http-cache/cache-mode.any.js.ini b/testing/web-platform/meta/fetch/http-cache/cache-mode.any.js.ini index 996dbab4b0..fe0b49f060 100644 --- a/testing/web-platform/meta/fetch/http-cache/cache-mode.any.js.ini +++ b/testing/web-platform/meta/fetch/http-cache/cache-mode.any.js.ini @@ -1,50 +1,18 @@ [cache-mode.any.sharedworker.html] expected: if (os == "android") and fission: [OK, TIMEOUT] - [Fetch doesn't touch Cache-Control when cache mode is no-store and Cache-Control is already present] - expected: FAIL - - [Fetch sends Cache-Control: max-age=0 when cache mode is no-cache] - expected: FAIL - - [Fetch doesn't touch Pragma when cache mode is no-store and Pragma is already present] - expected: FAIL [cache-mode.any.worker.html] expected: if (os == "android") and fission: [OK, TIMEOUT] - [Fetch doesn't touch Cache-Control when cache mode is no-store and Cache-Control is already present] - expected: FAIL - - [Fetch sends Cache-Control: max-age=0 when cache mode is no-cache] - expected: FAIL - - [Fetch doesn't touch Pragma when cache mode is no-store and Pragma is already present] - expected: FAIL [cache-mode.any.html] expected: if (os == "android") and fission: [OK, TIMEOUT] - [Fetch doesn't touch Cache-Control when cache mode is no-store and Cache-Control is already present] - expected: FAIL - - [Fetch sends Cache-Control: max-age=0 when cache mode is no-cache] - expected: FAIL - - [Fetch doesn't touch Pragma when cache mode is no-store and Pragma is already present] - expected: FAIL [cache-mode.any.serviceworker.html] expected: if (os == "android") and fission: [OK, TIMEOUT] - [Fetch doesn't touch Cache-Control when cache mode is no-store and Cache-Control is already present] - expected: FAIL - - [Fetch sends Cache-Control: max-age=0 when cache mode is no-cache] - expected: FAIL - - [Fetch doesn't touch Pragma when cache mode is no-store and Pragma is already present] - expected: FAIL |