diff options
Diffstat (limited to 'testing/web-platform/meta/compression/decompression-constructor-error.tentative.any.js.ini')
-rw-r--r-- | testing/web-platform/meta/compression/decompression-constructor-error.tentative.any.js.ini | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/testing/web-platform/meta/compression/decompression-constructor-error.tentative.any.js.ini b/testing/web-platform/meta/compression/decompression-constructor-error.tentative.any.js.ini new file mode 100644 index 0000000000..3bce1f0cda --- /dev/null +++ b/testing/web-platform/meta/compression/decompression-constructor-error.tentative.any.js.ini @@ -0,0 +1,43 @@ +[decompression-constructor-error.tentative.any.serviceworker.html] + [non-string input should cause the constructor to throw] + expected: FAIL + + ["a" should cause the constructor to throw] + expected: FAIL + + [no input should cause the constructor to throw] + expected: FAIL + + +[decompression-constructor-error.tentative.any.sharedworker.html] + [non-string input should cause the constructor to throw] + expected: FAIL + + ["a" should cause the constructor to throw] + expected: FAIL + + [no input should cause the constructor to throw] + expected: FAIL + + +[decompression-constructor-error.tentative.any.worker.html] + [non-string input should cause the constructor to throw] + expected: FAIL + + ["a" should cause the constructor to throw] + expected: FAIL + + [no input should cause the constructor to throw] + expected: FAIL + + +[decompression-constructor-error.tentative.any.html] + [non-string input should cause the constructor to throw] + expected: FAIL + + ["a" should cause the constructor to throw] + expected: FAIL + + [no input should cause the constructor to throw] + expected: FAIL + |