summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/fetch/content-encoding
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/meta/fetch/content-encoding
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/meta/fetch/content-encoding')
-rw-r--r--testing/web-platform/meta/fetch/content-encoding/gzip/bad-gzip-body.any.js.ini9
-rw-r--r--testing/web-platform/meta/fetch/content-encoding/zstd/bad-zstd-body.https.any.js.ini56
-rw-r--r--testing/web-platform/meta/fetch/content-encoding/zstd/big-window-zstd-body.tentative.https.any.js.ini18
-rw-r--r--testing/web-platform/meta/fetch/content-encoding/zstd/big-zstd-body.https.any.js.ini30
-rw-r--r--testing/web-platform/meta/fetch/content-encoding/zstd/zstd-body.https.any.js.ini32
5 files changed, 145 insertions, 0 deletions
diff --git a/testing/web-platform/meta/fetch/content-encoding/gzip/bad-gzip-body.any.js.ini b/testing/web-platform/meta/fetch/content-encoding/gzip/bad-gzip-body.any.js.ini
new file mode 100644
index 0000000000..1b79b1106a
--- /dev/null
+++ b/testing/web-platform/meta/fetch/content-encoding/gzip/bad-gzip-body.any.js.ini
@@ -0,0 +1,9 @@
+[bad-gzip-body.any.html]
+
+[bad-gzip-body.any.sharedworker.html]
+
+[bad-gzip-body.any.serviceworker.html]
+ expected:
+ if (processor == "x86") and not debug: [OK, TIMEOUT]
+
+[bad-gzip-body.any.worker.html]
diff --git a/testing/web-platform/meta/fetch/content-encoding/zstd/bad-zstd-body.https.any.js.ini b/testing/web-platform/meta/fetch/content-encoding/zstd/bad-zstd-body.https.any.js.ini
new file mode 100644
index 0000000000..28a3d44503
--- /dev/null
+++ b/testing/web-platform/meta/fetch/content-encoding/zstd/bad-zstd-body.https.any.js.ini
@@ -0,0 +1,56 @@
+[bad-zstd-body.https.any.worker.html]
+ [Consuming the body of a resource with bad zstd content with arrayBuffer() should reject]
+ expected: FAIL
+
+ [Consuming the body of a resource with bad zstd content with blob() should reject]
+ expected: FAIL
+
+ [Consuming the body of a resource with bad zstd content with json() should reject]
+ expected: FAIL
+
+ [Consuming the body of a resource with bad zstd content with text() should reject]
+ expected: FAIL
+
+
+[bad-zstd-body.https.any.serviceworker.html]
+ expected:
+ if (processor == "x86") and not debug: [OK, TIMEOUT]
+ [Consuming the body of a resource with bad zstd content with arrayBuffer() should reject]
+ expected: FAIL
+
+ [Consuming the body of a resource with bad zstd content with blob() should reject]
+ expected: FAIL
+
+ [Consuming the body of a resource with bad zstd content with json() should reject]
+ expected: FAIL
+
+ [Consuming the body of a resource with bad zstd content with text() should reject]
+ expected: FAIL
+
+
+[bad-zstd-body.https.any.sharedworker.html]
+ [Consuming the body of a resource with bad zstd content with arrayBuffer() should reject]
+ expected: FAIL
+
+ [Consuming the body of a resource with bad zstd content with blob() should reject]
+ expected: FAIL
+
+ [Consuming the body of a resource with bad zstd content with json() should reject]
+ expected: FAIL
+
+ [Consuming the body of a resource with bad zstd content with text() should reject]
+ expected: FAIL
+
+
+[bad-zstd-body.https.any.html]
+ [Consuming the body of a resource with bad zstd content with arrayBuffer() should reject]
+ expected: FAIL
+
+ [Consuming the body of a resource with bad zstd content with blob() should reject]
+ expected: FAIL
+
+ [Consuming the body of a resource with bad zstd content with json() should reject]
+ expected: FAIL
+
+ [Consuming the body of a resource with bad zstd content with text() should reject]
+ expected: FAIL
diff --git a/testing/web-platform/meta/fetch/content-encoding/zstd/big-window-zstd-body.tentative.https.any.js.ini b/testing/web-platform/meta/fetch/content-encoding/zstd/big-window-zstd-body.tentative.https.any.js.ini
new file mode 100644
index 0000000000..3d0071e638
--- /dev/null
+++ b/testing/web-platform/meta/fetch/content-encoding/zstd/big-window-zstd-body.tentative.https.any.js.ini
@@ -0,0 +1,18 @@
+[big-window-zstd-body.tentative.https.any.serviceworker.html]
+ [Consuming the body of a resource with too large of a zstd window size should reject]
+ expected: FAIL
+
+
+[big-window-zstd-body.tentative.https.any.worker.html]
+ [Consuming the body of a resource with too large of a zstd window size should reject]
+ expected: FAIL
+
+
+[big-window-zstd-body.tentative.https.any.sharedworker.html]
+ [Consuming the body of a resource with too large of a zstd window size should reject]
+ expected: FAIL
+
+
+[big-window-zstd-body.tentative.https.any.html]
+ [Consuming the body of a resource with too large of a zstd window size should reject]
+ expected: FAIL
diff --git a/testing/web-platform/meta/fetch/content-encoding/zstd/big-zstd-body.https.any.js.ini b/testing/web-platform/meta/fetch/content-encoding/zstd/big-zstd-body.https.any.js.ini
new file mode 100644
index 0000000000..0376970ceb
--- /dev/null
+++ b/testing/web-platform/meta/fetch/content-encoding/zstd/big-zstd-body.https.any.js.ini
@@ -0,0 +1,30 @@
+[big-zstd-body.https.any.sharedworker.html]
+ [large zstd data should be decompressed successfully]
+ expected: FAIL
+
+ [large zstd data should be decompressed successfully with byte stream]
+ expected: FAIL
+
+
+[big-zstd-body.https.any.html]
+ [large zstd data should be decompressed successfully]
+ expected: FAIL
+
+ [large zstd data should be decompressed successfully with byte stream]
+ expected: FAIL
+
+
+[big-zstd-body.https.any.serviceworker.html]
+ [large zstd data should be decompressed successfully]
+ expected: FAIL
+
+ [large zstd data should be decompressed successfully with byte stream]
+ expected: FAIL
+
+
+[big-zstd-body.https.any.worker.html]
+ [large zstd data should be decompressed successfully]
+ expected: FAIL
+
+ [large zstd data should be decompressed successfully with byte stream]
+ expected: FAIL
diff --git a/testing/web-platform/meta/fetch/content-encoding/zstd/zstd-body.https.any.js.ini b/testing/web-platform/meta/fetch/content-encoding/zstd/zstd-body.https.any.js.ini
new file mode 100644
index 0000000000..9fee706958
--- /dev/null
+++ b/testing/web-platform/meta/fetch/content-encoding/zstd/zstd-body.https.any.js.ini
@@ -0,0 +1,32 @@
+[zstd-body.https.any.sharedworker.html]
+ [fetched zstd data with content type text should be decompressed.]
+ expected: FAIL
+
+ [fetched zstd data with content type octetstream should be decompressed.]
+ expected: FAIL
+
+
+[zstd-body.https.any.worker.html]
+ [fetched zstd data with content type text should be decompressed.]
+ expected: FAIL
+
+ [fetched zstd data with content type octetstream should be decompressed.]
+ expected: FAIL
+
+
+[zstd-body.https.any.serviceworker.html]
+ expected:
+ if (processor == "x86") and not debug: [OK, TIMEOUT]
+ [fetched zstd data with content type text should be decompressed.]
+ expected: FAIL
+
+ [fetched zstd data with content type octetstream should be decompressed.]
+ expected: FAIL
+
+
+[zstd-body.https.any.html]
+ [fetched zstd data with content type text should be decompressed.]
+ expected: FAIL
+
+ [fetched zstd data with content type octetstream should be decompressed.]
+ expected: FAIL