mirror of
https://github.com/servo/servo.git
synced 2025-10-03 18:19:14 +01:00
32 lines
880 B
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
|
|
|