diff options
Diffstat (limited to 'tests/wpt/meta/fetch/content-encoding')
3 files changed, 33 insertions, 0 deletions
diff --git a/tests/wpt/meta/fetch/content-encoding/br/bad-br-body.https.any.js.ini b/tests/wpt/meta/fetch/content-encoding/br/bad-br-body.https.any.js.ini new file mode 100644 index 00000000000..2a7f8c45be1 --- /dev/null +++ b/tests/wpt/meta/fetch/content-encoding/br/bad-br-body.https.any.js.ini @@ -0,0 +1,3 @@ +[bad-br-body.https.any.html] + [Consuming the body of a resource with bad br content with arrayBuffer() should reject] + expected: FAIL diff --git a/tests/wpt/meta/fetch/content-encoding/br/big-br-body.https.any.js.ini b/tests/wpt/meta/fetch/content-encoding/br/big-br-body.https.any.js.ini new file mode 100644 index 00000000000..56cd175f48b --- /dev/null +++ b/tests/wpt/meta/fetch/content-encoding/br/big-br-body.https.any.js.ini @@ -0,0 +1,21 @@ +[big-br-body.https.any.serviceworker.html] + expected: ERROR + +[big-br-body.https.any.html] + [large br data should be decompressed successfully] + expected: FAIL + + [large br data should be decompressed successfully with byte stream] + expected: FAIL + + +[big-br-body.https.any.worker.html] + [large br data should be decompressed successfully] + expected: FAIL + + [large br data should be decompressed successfully with byte stream] + expected: FAIL + + +[big-br-body.https.any.sharedworker.html] + expected: ERROR diff --git a/tests/wpt/meta/fetch/content-encoding/br/br-body.https.any.js.ini b/tests/wpt/meta/fetch/content-encoding/br/br-body.https.any.js.ini new file mode 100644 index 00000000000..3bdf93c9259 --- /dev/null +++ b/tests/wpt/meta/fetch/content-encoding/br/br-body.https.any.js.ini @@ -0,0 +1,9 @@ +[br-body.https.any.serviceworker.html] + expected: ERROR + +[br-body.https.any.sharedworker.html] + expected: ERROR + +[br-body.https.any.html] + +[br-body.https.any.worker.html] |