Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(203)

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/fetch/api/response/response-consume-expected.txt

Issue 2292763002: [Fetch API] Implement Request.formData and Response.formData. (Closed)
Patch Set: More global-interface-listing*-expected.txt, urlencoded-parser-expected.txt Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 This is a testharness.js-based test.
2 PASS Consume response's body: from text to text
3 PASS Consume response's body: from text to blob
4 PASS Consume response's body: from text to arrayBuffer
5 PASS Consume response's body: from text to json
6 FAIL Consume response's body: from text with correct multipart type to formData promise_test: Unhandled rejection with value: object "TypeError: response.formDa ta is not a function"
7 FAIL Consume response's body: from text without correct multipart type to formDa ta (error case) promise_test: Unhandled rejection with value: object "TypeError: response.formData is not a function"
8 FAIL Consume response's body: from text with correct urlencoded type to formData promise_test: Unhandled rejection with value: object "TypeError: response.formD ata is not a function"
9 FAIL Consume response's body: from text without correct urlencoded type to formD ata (error case) promise_test: Unhandled rejection with value: object "TypeError : response.formData is not a function"
10 PASS Consume response's body: from blob to blob
11 PASS Consume response's body: from blob to text
12 PASS Consume response's body: from blob to arrayBuffer
13 PASS Consume response's body: from blob to json
14 FAIL Consume response's body: from blob with correct multipart type to formData promise_test: Unhandled rejection with value: object "TypeError: response.formDa ta is not a function"
15 FAIL Consume response's body: from blob without correct multipart type to formDa ta (error case) promise_test: Unhandled rejection with value: object "TypeError: response.formData is not a function"
16 FAIL Consume response's body: from blob with correct urlencoded type to formData promise_test: Unhandled rejection with value: object "TypeError: response.formD ata is not a function"
17 FAIL Consume response's body: from blob without correct urlencoded type to formD ata (error case) promise_test: Unhandled rejection with value: object "TypeError : response.formData is not a function"
18 FAIL Consume response's body: from FormData to formData promise_test: Unhandled rejection with value: object "TypeError: response.formData is not a function"
19 FAIL Consume response's body: from FormData without correct type to formData (er ror case) promise_test: Unhandled rejection with value: object "TypeError: respo nse.formData is not a function"
20 PASS Consume response's body: from FormData to blob
21 PASS Consume response's body: from FormData to text
22 PASS Consume response's body: from FormData to arrayBuffer
23 FAIL Consume response's body: from URLSearchParams to formData promise_test: Unh andled rejection with value: object "TypeError: response.formData is not a funct ion"
24 FAIL Consume response's body: from URLSearchParams without correct type to formD ata (error case) promise_test: Unhandled rejection with value: object "TypeError : response.formData is not a function"
25 PASS Consume response's body: from URLSearchParams to blob
26 PASS Consume response's body: from URLSearchParams to text
27 PASS Consume response's body: from URLSearchParams to arrayBuffer
28 PASS Consume response's body: from stream to blob
29 PASS Consume response's body: from stream to text
30 PASS Consume response's body: from stream to arrayBuffer
31 PASS Consume response's body: from stream to json
32 FAIL Consume response's body: from stream with correct multipart type to formDat a promise_test: Unhandled rejection with value: object "TypeError: response.form Data is not a function"
33 FAIL Consume response's body: from stream without correct multipart type to form Data (error case) promise_test: Unhandled rejection with value: object "TypeErro r: response.formData is not a function"
34 FAIL Consume response's body: from stream with correct urlencoded type to formDa ta promise_test: Unhandled rejection with value: object "TypeError: response.for mData is not a function"
35 FAIL Consume response's body: from stream without correct urlencoded type to for mData (error case) promise_test: Unhandled rejection with value: object "TypeErr or: response.formData is not a function"
36 PASS Consume response's body: from fetch to blob
37 PASS Consume response's body: from fetch to text
38 PASS Consume response's body: from fetch to arrayBuffer
39 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"
40 FAIL Consume response's body: from multipart form data blob to formData response .formData is not a function
41 Harness: the test ran to completion.
42
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698