diff options
Diffstat (limited to 'testing/web-platform/meta/xhr/status.h2.window.js.ini')
-rw-r--r-- | testing/web-platform/meta/xhr/status.h2.window.js.ini | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/testing/web-platform/meta/xhr/status.h2.window.js.ini b/testing/web-platform/meta/xhr/status.h2.window.js.ini new file mode 100644 index 0000000000..33deaeb8d6 --- /dev/null +++ b/testing/web-platform/meta/xhr/status.h2.window.js.ini @@ -0,0 +1,23 @@ +[status.h2.window.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 |