diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 05:35:37 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 05:35:37 +0000 |
commit | a90a5cba08fdf6c0ceb95101c275108a152a3aed (patch) | |
tree | 532507288f3defd7f4dcf1af49698bcb76034855 /testing/web-platform/meta/fetch/api/basic | |
parent | Adding debian version 126.0.1-1. (diff) | |
download | firefox-a90a5cba08fdf6c0ceb95101c275108a152a3aed.tar.xz firefox-a90a5cba08fdf6c0ceb95101c275108a152a3aed.zip |
Merging upstream version 127.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/fetch/api/basic')
-rw-r--r-- | testing/web-platform/meta/fetch/api/basic/request-headers.any.js.ini | 4 | ||||
-rw-r--r-- | testing/web-platform/meta/fetch/api/basic/request-upload.any.js.ini | 12 |
2 files changed, 16 insertions, 0 deletions
diff --git a/testing/web-platform/meta/fetch/api/basic/request-headers.any.js.ini b/testing/web-platform/meta/fetch/api/basic/request-headers.any.js.ini index 0fe20d2bd0..adad435167 100644 --- a/testing/web-platform/meta/fetch/api/basic/request-headers.any.js.ini +++ b/testing/web-platform/meta/fetch/api/basic/request-headers.any.js.ini @@ -1,15 +1,19 @@ [request-headers.any.worker.html] expected: if (os == "android") and fission: [OK, TIMEOUT] + ERROR [request-headers.any.sharedworker.html] expected: if (os == "android") and fission: [OK, TIMEOUT] + ERROR [request-headers.any.serviceworker.html] expected: if (os == "android") and fission: [OK, TIMEOUT] + ERROR [request-headers.any.html] expected: if (os == "android") and fission: [OK, TIMEOUT] + ERROR diff --git a/testing/web-platform/meta/fetch/api/basic/request-upload.any.js.ini b/testing/web-platform/meta/fetch/api/basic/request-upload.any.js.ini index 20a1725e9b..231d6c743e 100644 --- a/testing/web-platform/meta/fetch/api/basic/request-upload.any.js.ini +++ b/testing/web-platform/meta/fetch/api/basic/request-upload.any.js.ini @@ -19,6 +19,9 @@ [Streaming upload shouldn't work on Http/1.1.] expected: FAIL + [Fetch with POST with Float16Array body] + expected: FAIL + [request-upload.any.html] expected: @@ -41,6 +44,9 @@ [Streaming upload shouldn't work on Http/1.1.] expected: FAIL + [Fetch with POST with Float16Array body] + expected: FAIL + [request-upload.any.serviceworker.html] expected: @@ -64,6 +70,9 @@ [Streaming upload shouldn't work on Http/1.1.] expected: FAIL + [Fetch with POST with Float16Array body] + expected: FAIL + [request-upload.any.sharedworker.html] expected: @@ -85,3 +94,6 @@ [Streaming upload shouldn't work on Http/1.1.] expected: FAIL + + [Fetch with POST with Float16Array body] + expected: FAIL |