blob: df4a67fc190c89ad56921e6bfe90b5d0457e5876 [file] [log] [blame]
This is a testharness.js-based test.
PASS Consume response's body: from text to text
PASS Consume response's body: from text to blob
PASS Consume response's body: from text to arrayBuffer
PASS Consume response's body: from text to json
FAIL Consume response's body: from text with correct multipart type to formData promise_test: Unhandled rejection with value: object "TypeError: response.formData is not a function"
FAIL Consume response's body: from text without correct multipart type to formData (error case) promise_test: Unhandled rejection with value: object "TypeError: response.formData is not a function"
FAIL Consume response's body: from text with correct urlencoded type to formData promise_test: Unhandled rejection with value: object "TypeError: response.formData is not a function"
FAIL Consume response's body: from text without correct urlencoded type to formData (error case) promise_test: Unhandled rejection with value: object "TypeError: response.formData is not a function"
PASS Consume response's body: from blob to blob
PASS Consume response's body: from blob to text
PASS Consume response's body: from blob to arrayBuffer
PASS Consume response's body: from blob to json
FAIL Consume response's body: from blob with correct multipart type to formData promise_test: Unhandled rejection with value: object "TypeError: response.formData is not a function"
FAIL Consume response's body: from blob without correct multipart type to formData (error case) promise_test: Unhandled rejection with value: object "TypeError: response.formData is not a function"
FAIL Consume response's body: from blob with correct urlencoded type to formData promise_test: Unhandled rejection with value: object "TypeError: response.formData is not a function"
FAIL Consume response's body: from blob without correct urlencoded type to formData (error case) promise_test: Unhandled rejection with value: object "TypeError: response.formData is not a function"
FAIL Consume response's body: from FormData to formData promise_test: Unhandled rejection with value: object "TypeError: response.formData is not a function"
FAIL Consume response's body: from FormData without correct type to formData (error case) promise_test: Unhandled rejection with value: object "TypeError: response.formData is not a function"
PASS Consume response's body: from FormData to blob
PASS Consume response's body: from FormData to text
PASS Consume response's body: from FormData to arrayBuffer
FAIL Consume response's body: from URLSearchParams to formData promise_test: Unhandled rejection with value: object "TypeError: response.formData is not a function"
FAIL Consume response's body: from URLSearchParams without correct type to formData (error case) promise_test: Unhandled rejection with value: object "TypeError: response.formData is not a function"
PASS Consume response's body: from URLSearchParams to blob
PASS Consume response's body: from URLSearchParams to text
PASS Consume response's body: from URLSearchParams to arrayBuffer
PASS Consume response's body: from stream to blob
PASS Consume response's body: from stream to text
PASS Consume response's body: from stream to arrayBuffer
PASS Consume response's body: from stream to json
FAIL Consume response's body: from stream with correct multipart type to formData promise_test: Unhandled rejection with value: object "TypeError: response.formData is not a function"
FAIL Consume response's body: from stream without correct multipart type to formData (error case) promise_test: Unhandled rejection with value: object "TypeError: response.formData is not a function"
FAIL Consume response's body: from stream with correct urlencoded type to formData promise_test: Unhandled rejection with value: object "TypeError: response.formData is not a function"
FAIL Consume response's body: from stream without correct urlencoded type to formData (error case) promise_test: Unhandled rejection with value: object "TypeError: response.formData is not a function"
PASS Consume response's body: from fetch to blob
PASS Consume response's body: from fetch to text
PASS Consume response's body: from fetch to arrayBuffer
FAIL Consume response's body: from fetch without correct type to formData (error case) promise_test: Unhandled rejection with value: object "TypeError: response.formData is not a function"
FAIL Consume response's body: from multipart form data blob to formData response.formData is not a function
Harness: the test ran to completion.