diff options
Diffstat (limited to 'tests/wpt/meta/xhr/status.h2.window.js.ini')
-rw-r--r-- | tests/wpt/meta/xhr/status.h2.window.js.ini | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/tests/wpt/meta/xhr/status.h2.window.js.ini b/tests/wpt/meta/xhr/status.h2.window.js.ini new file mode 100644 index 00000000000..299716aa268 --- /dev/null +++ b/tests/wpt/meta/xhr/status.h2.window.js.ini @@ -0,0 +1,18 @@ +[status.h2.window.html] + [statusText over H2 for status 200 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 |