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

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

Issue 2292763002: [Fetch API] Implement Request.formData and Response.formData. (Closed)
Patch Set: LayoutTests, FetchDataLoader 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
1 This is a testharness.js-based test. 1 This is a testharness.js-based test.
2 PASS Consume response's body as text 2 PASS Consume response's body as text
3 PASS Consume response's body as blob 3 PASS Consume response's body as blob
4 PASS Consume response's body as arrayBuffer 4 PASS Consume response's body as arrayBuffer
5 PASS Consume response's body as json 5 PASS Consume response's body as json (error case)
6 FAIL Consume response's body as formData response.formData is not a function 6 PASS Consume response's body as formData with correct multipart type (error case )
7 PASS Consume response's body as formData with correct urlencoded type
8 PASS Consume response's body as formData without correct type (error case)
7 PASS Consume empty blob response body as arrayBuffer 9 PASS Consume empty blob response body as arrayBuffer
8 PASS Consume empty text response body as arrayBuffer 10 PASS Consume empty text response body as arrayBuffer
9 PASS Consume empty blob response body as text 11 PASS Consume empty blob response body as text
10 PASS Consume empty text response body as text 12 PASS Consume empty text response body as text
11 PASS Consume empty URLSearchParams response body as text 13 PASS Consume empty URLSearchParams response body as text
12 FAIL Consume empty FormData response body as text assert_equals: Resolved value should be empty expected 0 but got 44 14 FAIL Consume empty FormData response body as text assert_equals: Resolved value should be empty expected 0 but got 44
13 PASS Consume empty ArrayBuffer response body as text 15 PASS Consume empty ArrayBuffer response body as text
14 Harness: the test ran to completion. 16 Harness: the test ran to completion.
15 17
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698