mirror of
https://github.com/servo/servo.git
synced 2025-10-03 18:19:14 +01:00
89 lines
2.3 KiB
INI
89 lines
2.3 KiB
INI
[response-consume.html]
|
|
type: testharness
|
|
[Consume response's body as arrayBuffer]
|
|
expected: FAIL
|
|
|
|
[Consume response's body as formData]
|
|
expected: FAIL
|
|
|
|
[Consume blob response's body as arrayBuffer]
|
|
expected: FAIL
|
|
|
|
[Consume stream response's body as blob]
|
|
expected: FAIL
|
|
|
|
[Consume stream response's body as text]
|
|
expected: FAIL
|
|
|
|
[Consume stream response's body as json]
|
|
expected: FAIL
|
|
|
|
[Consume stream response's body as arrayBuffer]
|
|
expected: FAIL
|
|
|
|
[Consume fetched response's body as arrayBuffer]
|
|
expected: FAIL
|
|
|
|
[Consume response's body: from text to arrayBuffer]
|
|
expected: FAIL
|
|
|
|
[Consume response's body: from text with correct multipart type to formData]
|
|
expected: FAIL
|
|
|
|
[Consume response's body: from blob to arrayBuffer]
|
|
expected: FAIL
|
|
|
|
[Consume response's body: from blob with correct multipart type to formData]
|
|
expected: FAIL
|
|
|
|
[Consume response's body: from FormData to formData]
|
|
expected: FAIL
|
|
|
|
[Consume response's body: from FormData to blob]
|
|
expected: FAIL
|
|
|
|
[Consume response's body: from FormData to text]
|
|
expected: FAIL
|
|
|
|
[Consume response's body: from FormData to arrayBuffer]
|
|
expected: FAIL
|
|
|
|
[Consume response's body: from URLSearchParams to arrayBuffer]
|
|
expected: FAIL
|
|
|
|
[Consume response's body: from stream to blob]
|
|
expected: FAIL
|
|
|
|
[Consume response's body: from stream to text]
|
|
expected: FAIL
|
|
|
|
[Consume response's body: from stream to arrayBuffer]
|
|
expected: FAIL
|
|
|
|
[Consume response's body: from stream to json]
|
|
expected: FAIL
|
|
|
|
[Consume response's body: from stream with correct multipart type to formData]
|
|
expected: FAIL
|
|
|
|
[Consume response's body: from stream without correct multipart type to formData (error case)]
|
|
expected: FAIL
|
|
|
|
[Consume response's body: from stream with correct urlencoded type to formData]
|
|
expected: FAIL
|
|
|
|
[Consume response's body: from stream without correct urlencoded type to formData (error case)]
|
|
expected: FAIL
|
|
|
|
[Consume response's body: from fetch to blob]
|
|
expected: FAIL
|
|
|
|
[Consume response's body: from fetch to arrayBuffer]
|
|
expected: FAIL
|
|
|
|
[Consume response's body: from multipart form data blob to formData]
|
|
expected: FAIL
|
|
|
|
[Consume response's body: from URLSearchParams to blob]
|
|
expected: FAIL
|
|
|