diff options
Diffstat (limited to 'testing/web-platform/meta/fetch/content-encoding')
-rw-r--r-- | testing/web-platform/meta/fetch/content-encoding/bad-gzip-body.any.js.ini | 15 | ||||
-rw-r--r-- | testing/web-platform/meta/fetch/content-encoding/gzip-body.any.js.ini | 15 |
2 files changed, 30 insertions, 0 deletions
diff --git a/testing/web-platform/meta/fetch/content-encoding/bad-gzip-body.any.js.ini b/testing/web-platform/meta/fetch/content-encoding/bad-gzip-body.any.js.ini new file mode 100644 index 0000000000..69e690b083 --- /dev/null +++ b/testing/web-platform/meta/fetch/content-encoding/bad-gzip-body.any.js.ini @@ -0,0 +1,15 @@ +[bad-gzip-body.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[bad-gzip-body.any.sharedworker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[bad-gzip-body.any.serviceworker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[bad-gzip-body.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/fetch/content-encoding/gzip-body.any.js.ini b/testing/web-platform/meta/fetch/content-encoding/gzip-body.any.js.ini new file mode 100644 index 0000000000..6e7bc363e2 --- /dev/null +++ b/testing/web-platform/meta/fetch/content-encoding/gzip-body.any.js.ini @@ -0,0 +1,15 @@ +[gzip-body.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[gzip-body.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[gzip-body.any.sharedworker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[gzip-body.any.serviceworker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] |