servo/tests/wpt/metadata/fetch/api/response/response-error.html.ini

32 lines
880 B
INI

[response-error.html]
type: testharness
[Throws RangeError when responseInit's status is 0]
expected: FAIL
[Throws RangeError when responseInit's status is 100]
expected: FAIL
[Throws RangeError when responseInit's status is 199]
expected: FAIL
[Throws RangeError when responseInit's status is 600]
expected: FAIL
[Throws RangeError when responseInit's status is 1000]
expected: FAIL
[Throws TypeError when responseInit's statusText is \n]
expected: FAIL
[Throws TypeError when responseInit's statusText is Ā]
expected: FAIL
[Throws TypeError when building a response with body and a body status of 204]
expected: FAIL
[Throws TypeError when building a response with body and a body status of 205]
expected: FAIL
[Throws TypeError when building a response with body and a body status of 304]
expected: FAIL