diff options
Diffstat (limited to 'testing/web-platform/meta/fetch/api/response/response-static-json.any.js.ini')
-rw-r--r-- | testing/web-platform/meta/fetch/api/response/response-static-json.any.js.ini | 110 |
1 files changed, 110 insertions, 0 deletions
diff --git a/testing/web-platform/meta/fetch/api/response/response-static-json.any.js.ini b/testing/web-platform/meta/fetch/api/response/response-static-json.any.js.ini new file mode 100644 index 0000000000..cc047b5b12 --- /dev/null +++ b/testing/web-platform/meta/fetch/api/response/response-static-json.any.js.ini @@ -0,0 +1,110 @@ +[response-static-json.any.sharedworker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Check response returned by static json() with init undefined] + expected: FAIL + + [Check response returned by static json() with init {"status":400}] + expected: FAIL + + [Check response returned by static json() with init {"statusText":"foo"}] + expected: FAIL + + [Check response returned by static json() with init {"headers":{}}] + expected: FAIL + + [Check response returned by static json() with init {"headers":{"content-type":"foo/bar"}}] + expected: FAIL + + [Check response returned by static json() with init {"headers":{"x-foo":"bar"}}] + expected: FAIL + + [Check static json() encodes JSON objects correctly] + expected: FAIL + + [Check static json() propagates JSON serializer errors] + expected: FAIL + + +[response-static-json.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Check response returned by static json() with init undefined] + expected: FAIL + + [Check response returned by static json() with init {"status":400}] + expected: FAIL + + [Check response returned by static json() with init {"statusText":"foo"}] + expected: FAIL + + [Check response returned by static json() with init {"headers":{}}] + expected: FAIL + + [Check response returned by static json() with init {"headers":{"content-type":"foo/bar"}}] + expected: FAIL + + [Check response returned by static json() with init {"headers":{"x-foo":"bar"}}] + expected: FAIL + + [Check static json() encodes JSON objects correctly] + expected: FAIL + + [Check static json() propagates JSON serializer errors] + expected: FAIL + + +[response-static-json.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Check response returned by static json() with init undefined] + expected: FAIL + + [Check response returned by static json() with init {"status":400}] + expected: FAIL + + [Check response returned by static json() with init {"statusText":"foo"}] + expected: FAIL + + [Check response returned by static json() with init {"headers":{}}] + expected: FAIL + + [Check response returned by static json() with init {"headers":{"content-type":"foo/bar"}}] + expected: FAIL + + [Check response returned by static json() with init {"headers":{"x-foo":"bar"}}] + expected: FAIL + + [Check static json() encodes JSON objects correctly] + expected: FAIL + + [Check static json() propagates JSON serializer errors] + expected: FAIL + + +[response-static-json.any.serviceworker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Check response returned by static json() with init undefined] + expected: FAIL + + [Check response returned by static json() with init {"status":400}] + expected: FAIL + + [Check response returned by static json() with init {"statusText":"foo"}] + expected: FAIL + + [Check response returned by static json() with init {"headers":{}}] + expected: FAIL + + [Check response returned by static json() with init {"headers":{"content-type":"foo/bar"}}] + expected: FAIL + + [Check response returned by static json() with init {"headers":{"x-foo":"bar"}}] + expected: FAIL + + [Check static json() encodes JSON objects correctly] + expected: FAIL + + [Check static json() propagates JSON serializer errors] + expected: FAIL |