diff options
Diffstat (limited to 'testing/web-platform/meta/fetch/api/basic/status.h2.any.js.ini')
-rw-r--r-- | testing/web-platform/meta/fetch/api/basic/status.h2.any.js.ini | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/testing/web-platform/meta/fetch/api/basic/status.h2.any.js.ini b/testing/web-platform/meta/fetch/api/basic/status.h2.any.js.ini new file mode 100644 index 0000000000..78ddfcce6c --- /dev/null +++ b/testing/web-platform/meta/fetch/api/basic/status.h2.any.js.ini @@ -0,0 +1,48 @@ +[status.h2.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [statusText over H2 for status 200 should be the empty string] + expected: FAIL + + [statusText over H2 for status 210 should be the empty string] + expected: FAIL + + [statusText over H2 for status 400 should be the empty string] + expected: FAIL + + [statusText over H2 for status 404 should be the empty string] + expected: FAIL + + [statusText over H2 for status 410 should be the empty string] + expected: FAIL + + [statusText over H2 for status 500 should be the empty string] + expected: FAIL + + [statusText over H2 for status 502 should be the empty string] + expected: FAIL + + +[status.h2.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [statusText over H2 for status 200 should be the empty string] + expected: FAIL + + [statusText over H2 for status 210 should be the empty string] + expected: FAIL + + [statusText over H2 for status 400 should be the empty string] + expected: FAIL + + [statusText over H2 for status 404 should be the empty string] + expected: FAIL + + [statusText over H2 for status 410 should be the empty string] + expected: FAIL + + [statusText over H2 for status 500 should be the empty string] + expected: FAIL + + [statusText over H2 for status 502 should be the empty string] + expected: FAIL |