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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/external/wpt/fetch/api/response/response-consume-expected.txt
diff --git a/third_party/WebKit/LayoutTests/external/wpt/fetch/api/response/response-consume-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/fetch/api/response/response-consume-expected.txt
deleted file mode 100644
index df4a67fc190c89ad56921e6bfe90b5d0457e5876..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/external/wpt/fetch/api/response/response-consume-expected.txt
+++ /dev/null
@@ -1,42 +0,0 @@
-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.
-

Powered by Google App Engine
This is Rietveld 408576698